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 临时重定向