Browse Source

fix: 天合测试服务配置文件

master
宋国强 1 year ago
parent
commit
a26f4f8bd5
  1. 4
      nginx.conf

4
nginx.conf

@ -27,10 +27,10 @@ http {
gzip_vary on; gzip_vary on;
gzip_disable "MSIE [1-6]\."; gzip_disable "MSIE [1-6]\.";
upstream tianhe { upstream tianhe {
server localhost:90 weight=10 max_fails=3 fail_timeout=10s; server localhost:28029 weight=10 max_fails=3 fail_timeout=10s;
} }
server { server {
listen 82; listen 28021;
server_name_in_redirect off; server_name_in_redirect off;
server_name _; server_name _;
location /api/ { location /api/ {

Loading…
Cancel
Save