Browse Source

feat: 修改ng配置

sy-water-data-board-ui
panyuyi 2 months ago
parent
commit
6626ede6b9
  1. 1
      deploy/nginx.conf.tmpl

1
deploy/nginx.conf.tmpl

@ -54,6 +54,7 @@ http {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;

Loading…
Cancel
Save