From 9b8d13460f2a59e0138a186beca048b57f0070ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Tue, 2 Jul 2024 15:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/nginx.htaccess | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/nginx.htaccess b/public/nginx.htaccess index b425fc0..ad941c9 100644 --- a/public/nginx.htaccess +++ b/public/nginx.htaccess @@ -1,6 +1,3 @@ - location / { - if (!-e $request_filename) { - rewrite ^(.*)$ /index.php?s=/$1 last; - break; - } - } \ No newline at end of file +if (!-e $request_filename) { + rewrite ^(.*)$ /index.php?s=/$1 last; +} \ No newline at end of file