diff --git a/conf/nginx.conf b/conf/nginx.conf index 621f06c44..78ade7e74 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,11 +10,9 @@ http { include rate-limiting.conf; server { - include proxy-protocol.conf; - include server-base.conf; - listen 443 default proxy_protocol; + listen 443 default; ssl on; ssl_certificate ./stack/ssl.cert; @@ -26,9 +24,11 @@ http { } server { + include proxy-protocol.conf; + include server-base.conf; - listen 444 default; + listen 8443 default proxy_protocol; ssl on; ssl_certificate ./stack/ssl.cert;