diff --git a/nginx_prod.conf b/nginx_prod.conf index e8f4e53..36a1aae 100644 --- a/nginx_prod.conf +++ b/nginx_prod.conf @@ -27,7 +27,7 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream eam { - server localhost:90 weight=10 max_fails=3 fail_timeout=10s; + server 10.62.139.32:90 weight=10 max_fails=3 fail_timeout=10s; } server { listen 81;