添加部署时间

This commit is contained in:
董海洋
2026-06-01 17:53:50 +08:00
parent f63736fba6
commit 703f12209e
2 changed files with 8 additions and 9 deletions
+2 -4
View File
@@ -11,8 +11,7 @@ server {
location /ui {
alias /var/www/UI/RustUI/dist-docs/;
index index.html index.htm;
autoindex on;
autoindex_localtime on;
autoindex off;
expires -1;
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
@@ -142,8 +141,7 @@ server {
location /ui {
alias /var/www/UI/RustUI/dist-docs/;
index index.html index.htm;
autoindex on;
autoindex_localtime on;
autoindex off;
expires -1;
add_header Cache-Control "no-store, no-cache, must-revalidate";
}