Browse Source

回复nginx配置

master
ljlong_2630 8 months ago
parent
commit
9945f66008
  1. 4
      nginx.conf

4
nginx.conf

@ -27,10 +27,10 @@ http {
gzip_vary on;
gzip_disable "MSIE [1-6]\.";
upstream eam {
server localhost:90 weight=10 max_fails=3 fail_timeout=10s;
server localhost:25210 weight=10 max_fails=3 fail_timeout=10s;
}
server {
listen 80;
listen 25200;
server_name_in_redirect off;
server_name dev.ccwin-in.com;
location /api/ {

Loading…
Cancel
Save