This commit is contained in:
Mackie 2026-06-07 23:35:54 +08:00
parent 398df2fba8
commit 0116056996

View file

@ -3,6 +3,10 @@ server {
root /usr/share/nginx/html;
index index.html;
location = /lab/data-dashboard {
return 301 /lab/data-dashboard/;
}
location /lab/data-dashboard/ {
try_files $uri $uri/ /index.html;
}