mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
fix: 修复版本更新Index.html不刷新的问题
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user