From 7e578e06783ca38f397ca566cab939cd702acc23 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 4 Feb 2025 00:27:43 +0800 Subject: [PATCH] update --- builds/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) 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/; }