fix: 修复版本更新Index.html不刷新的问题

This commit is contained in:
Orange
2020-09-25 18:22:19 +08:00
committed by 老广
parent eeb15c624a
commit edf8621e8f

View File

@@ -2,8 +2,9 @@ server {
listen 80; listen 80;
location /ui/ { location /ui/ {
try_files $uri / /ui/index.html; add_header Cache-Control "no-cache, no-store";
alias /opt/lina/; try_files $uri / /ui/index.html;
alias /opt/lina/;
} }
location / { location / {