diff --git a/compilators/debian/nginx/nginx.conf b/compilators/debian/nginx/nginx.conf index bfb7ebf..0ccd534 100644 --- a/compilators/debian/nginx/nginx.conf +++ b/compilators/debian/nginx/nginx.conf @@ -89,8 +89,8 @@ http { # Vhost server { - listen 4990; - listen [::]:4990; + listen 8443; + listen [::]:8443; server_name _; root /usr/local/phyre/web/public; # Fix error "The plain HTTP request was sent to HTTPS port"