Browse Source

修改端口

master
liuchen864 4 months ago
parent
commit
8257268794
  1. 2
      nginx.conf

2
nginx.conf

@ -32,7 +32,7 @@ http {
server {
listen 25202;
server_name_in_redirect off;
server_name dev.ccwin-in.com;
server_name _;
location /api/ {
proxy_pass http://eam/;
proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;

Loading…
Cancel
Save