generated from nhcarrigan/template
refactor: remove port 80 listeners and enforce HTTPS-only in tests
Removes the listen 80 / listen [::]:80 blocks from cdn.conf since port 80 is blocked at the firewall. Updates test 6 to enforce that no custom server block listens on port 80 at all.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user