From 5dd58daca43a723d056ff6335f2f9c3bcfbb89e9 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 26 Nov 2023 02:46:02 +0200 Subject: [PATCH] Update nginx.conf --- compilators/debian/nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"