|
@ -27,10 +27,10 @@ http { |
|
|
gzip_vary on; |
|
|
gzip_vary on; |
|
|
gzip_disable "MSIE [1-6]\."; |
|
|
gzip_disable "MSIE [1-6]\."; |
|
|
upstream eam { |
|
|
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 { |
|
|
server { |
|
|
listen 81; |
|
|
listen 25202; |
|
|
server_name_in_redirect off; |
|
|
server_name_in_redirect off; |
|
|
server_name dev.ccwin-in.com; |
|
|
server_name dev.ccwin-in.com; |
|
|
location /api/ { |
|
|
location /api/ { |
|
|