Compare commits

...

2 Commits

Author SHA1 Message Date
Aaron 2df9411858 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-02-04 00:25:54 +08:00
Aaron d8783e65b0 update 2025-02-04 00:24:21 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,8 @@ server {
root /etc/nginx/html/ocr-server-admin/;
index index.html;
}
location ~* \.html$ {
root /etc/nginx/html/ocr-server-admin/;
}
}