diff --git a/builds/nginx.conf b/builds/nginx.conf index 5408377..f451236 100644 --- a/builds/nginx.conf +++ b/builds/nginx.conf @@ -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/; }