diff --git a/nginx.conf b/nginx.conf index c28b0e7..ffbee43 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8097; server_name localhost; root /usr/share/nginx/html;