diff --git a/builds/nginx.conf b/builds/nginx.conf index 3c8e869..5408377 100644 --- a/builds/nginx.conf +++ b/builds/nginx.conf @@ -10,4 +10,8 @@ server { root /etc/nginx/html/ocr-server-admin/; index index.html; } + + location ~* \.html$ { + root /etc/nginx/html/ocr-server-admin/; + } } \ No newline at end of file