From 6626ede6b90cc3fdc3d0628691a005fc3770d5a2 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Thu, 13 Feb 2025 18:03:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9ng=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx.conf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/nginx.conf.tmpl b/deploy/nginx.conf.tmpl index abd62e4..a48848f 100644 --- a/deploy/nginx.conf.tmpl +++ b/deploy/nginx.conf.tmpl @@ -54,6 +54,7 @@ http { location / { root /usr/share/nginx/html; index index.html index.htm; + try_files $uri $uri/ /index.html; } error_page 500 502 503 504 /50x.html;