Browse Source

fix: 生产环境配置

master
songguoqiang 3 months ago
parent
commit
2aeb780191
  1. 2
      nginx_prod.conf

2
nginx_prod.conf

@ -27,7 +27,7 @@ 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 10.62.139.32:90 weight=10 max_fails=3 fail_timeout=10s;
} }
server { server {
listen 82; listen 82;

Loading…
Cancel
Save