|
@ -32,7 +32,7 @@ http { |
|
|
server { |
|
|
server { |
|
|
listen 25100; |
|
|
listen 25100; |
|
|
server_name_in_redirect off; |
|
|
server_name_in_redirect off; |
|
|
server_name dev.ccwin-in.com localhost; |
|
|
server_name dev.ccwin-in.com; |
|
|
location /api/ { |
|
|
location /api/ { |
|
|
proxy_pass http://sfms3.0/; |
|
|
proxy_pass http://sfms3.0/; |
|
|
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; |
|
|