Browse Source

修改Bug.

master
liuchen 8 months ago
parent
commit
fe01ba6470
  1. 2
      nginx.conf

2
nginx.conf

@ -35,7 +35,7 @@ http {
proxy_cache_valid 200 304 12h;
proxy_cache_key $host$uri$is_args$args;
try_files $uri $uri/ /index.html;
root /opt/sfms3.0-go-view;
root /opt/zhucheng-go-view;
index index.html index.htm;
}
}

Loading…
Cancel
Save