diff --git a/nginx.conf b/nginx.conf index 8d69723..325a007 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { server localhost:33333; } server { - listen 80; + listen 3001; server_name localhost; location /user-api/ { proxy_set_header X-Real-IP $remote_addr;