main
Aaron 2025-02-04 00:27:43 +08:00
parent 2df9411858
commit 7e578e0678
1 changed files with 5 additions and 0 deletions

View File

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