From 4ea74f9551664832f61bae5fa183f492ad4e6328 Mon Sep 17 00:00:00 2001 From: Alone <675061370@qq.com> Date: Wed, 22 May 2024 10:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 422d35d..de60939 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ 宝塔设置教程 https://www.kancloud.cn/loveouu/bthelp/1541867 2、nginx 404 Not Found 伪静态设置 +```shell location ~* (runtime|application)/{ return 403; } @@ -44,6 +45,8 @@ location / { rewrite ^(.*)$ /index.php?s=$1 last; break; } } +``` + ## 后台管理截图