From 409e78542132422f41ed49b79ed6ba16e684a5a7 Mon Sep 17 00:00:00 2001 From: colben Date: Wed, 18 Dec 2024 18:08:02 +0800 Subject: [PATCH] update --- content/post/nginx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/post/nginx.md b/content/post/nginx.md index 884368f..0ac7125 100644 --- a/content/post/nginx.md +++ b/content/post/nginx.md @@ -85,6 +85,7 @@ categories: ["web"] - 终止当前 location {} 内后续的 rewrite - 尝试执行当前 location {} 内的 proxy_pass - 尝试执行当前 location {} 内的 root + - 尝试执行 server 级别的 root ### 重新发起请求 - redirect 返回 302 临时重定向