From 05a6b7ab72fc2104d28e2f7786b58627e166053c Mon Sep 17 00:00:00 2001 From: luoer Date: Wed, 8 Nov 2023 10:05:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AEnginx=E6=94=AF?= =?UTF-8?q?=E6=8C=81web=E8=B7=AF=E7=94=B1=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/nginx.conf b/.github/nginx.conf index bd5ea94..1dc7c20 100644 --- a/.github/nginx.conf +++ b/.github/nginx.conf @@ -6,6 +6,7 @@ server { 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;