Browse Source

fix: 生产环境配置

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

2
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;

Loading…
Cancel
Save