main
Aaron 2025-02-04 00:24:21 +08:00
parent d3a375a9d5
commit d8783e65b0
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/;
}
}