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