From d02df5a043bd4356702c144692d812436e84f584 Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 13 Sep 2024 00:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default.conf b/default.conf index 607eeae..8217b7a 100644 --- a/default.conf +++ b/default.conf @@ -13,10 +13,6 @@ server { rewrite ^(.*)$ /index.php?s=$1 last; break; } } - - location / { - try_files $uri $uri/ =404; - } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000;