diff --git a/nginx.conf b/nginx.conf index 2d1953f..f1a121b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ http { default_type application/octet-stream; server { - listen 3000; + listen 80; server_name localhost; location / {