diff --git a/nginx.conf b/nginx.conf index e6b69ba..7c3e533 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ http { default_type application/octet-stream; server { - listen 0.0.0.0:80; + listen 0.0.0.0:12345; location / { root /usr/share/nginx/html;