diff --git a/content/post/nginx.md b/content/post/nginx.md index 579e53c..3586b7d 100644 --- a/content/post/nginx.md +++ b/content/post/nginx.md @@ -50,8 +50,8 @@ categories: ["web"] - 尝试执行当前 location {} 内的 root ### 重新发起请求 - - redirect 返回 302 临时重定向 - - permanent 返回 301 永久重定向 +- redirect 返回 302 临时重定向 +- permanent 返回 301 永久重定向 ## if - if(condition){...}