From 09a3fcb8d5d5a1b03cfac44b068e30ba06929029 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Mon, 9 Mar 2026 16:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEnginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index 4fc81ac..e94b9bb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,9 +17,9 @@ http { server { listen 80; server_name localhost; - location = /scriptflow { - return 301 /scriptflow/; - } + # location = /scriptflow { + # return 301 /scriptflow/; + # } location ^~ /scriptflow/ { rewrite ^/scriptflow/(.*)$ /$1 break;