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,6 +2,7 @@ server {
listen 80;
location /ui/ {
add_header Cache-Control "no-cache, no-store";
try_files $uri / /ui/index.html;
alias /opt/lina/;
}