diff --git a/nginx.conf b/nginx.conf index 36cbdc5..79b77a8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,8 +30,8 @@ http { gzip_types text/html text/plain text/css text/xml text/javascript application/javascript application/xml; server { - listen 4000; - listen [::]:4000; + listen 80; + listen [::]:80; server_name localhost; #access_log /var/log/nginx/host.access.log main;