update
parent
2df9411858
commit
7e578e0678
|
@ -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/;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue