|
@ -26,11 +26,8 @@ http { |
|
|
gzip_types text/plain application/javascript text/css application/xml text/javascript image/jpeg image/gif image/png; |
|
|
gzip_types text/plain application/javascript text/css application/xml text/javascript image/jpeg image/gif image/png; |
|
|
gzip_vary on; |
|
|
gzip_vary on; |
|
|
gzip_disable "MSIE [1-6]\."; |
|
|
gzip_disable "MSIE [1-6]\."; |
|
|
upstream sfms3.0 { |
|
|
|
|
|
server localhost:25110 weight=10 max_fails=3 fail_timeout=10s; |
|
|
|
|
|
} |
|
|
|
|
|
server { |
|
|
server { |
|
|
listen 27201; |
|
|
listen 27101; |
|
|
server_name_in_redirect off; |
|
|
server_name_in_redirect off; |
|
|
server_name dev.ccwin-in.com; |
|
|
server_name dev.ccwin-in.com; |
|
|
location / { |
|
|
location / { |
|
|