diff --git a/nginx.conf b/nginx.conf index 539db9d..5490ce7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,10 +27,10 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream zhucheng { - server localhost:26110 weight=10 max_fails=3 fail_timeout=10s; + server localhost:27110 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 26100; + listen 27100; server_name_in_redirect off; server_name dev.ccwin-in.com; location /api/ {