diff --git a/conf.d/sinqstatus-test.conf b/conf.d/sinqstatus-test.conf index 7e4e15b..8d8963b 100644 --- a/conf.d/sinqstatus-test.conf +++ b/conf.d/sinqstatus-test.conf @@ -1,4 +1,4 @@ -# Redirect HTTP to HTTPS +# INC0150202 Kohlbrecher Joachim & Wall Edward Owen server { listen 80; server_name sinqstatus-test.psi.ch; @@ -6,7 +6,6 @@ server { return 301 https://$host$request_uri; } -# Serve content over HTTPS server { listen 443 ssl; server_name sinqstatus-test.psi.ch;