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