Browse Source

修改端口

master
liuchen864 4 months ago
parent
commit
02b22ca244
  1. 4
      nginx.conf

4
nginx.conf

@ -30,9 +30,9 @@ http {
server localhost:90 weight=10 max_fails=3 fail_timeout=10s; server localhost:90 weight=10 max_fails=3 fail_timeout=10s;
} }
server { server {
listen 82; listen 25203;
server_name_in_redirect off; server_name_in_redirect off;
server_name dev.ccwin-in.com; server_name _;
location /api/ { location /api/ {
proxy_pass http://eam/; proxy_pass http://eam/;
proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header; proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;

Loading…
Cancel
Save