From bf8df61b030187660fe548916fd205527913433d Mon Sep 17 00:00:00 2001 From: colben Date: Tue, 10 Oct 2023 10:55:59 +0800 Subject: [PATCH] update --- content/post/nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/nginx.md b/content/post/nginx.md index db1dd9a..11d3b21 100644 --- a/content/post/nginx.md +++ b/content/post/nginx.md @@ -149,8 +149,8 @@ loaction ^~ /xxxxweb/ { #proxy_max_temp_file_size 0; ## 禁用相应缓存 - proxy_cache off; - proxy_buffering off; + #proxy_cache off; + #proxy_buffering off; ## 跨域 #add_header 'Access-Control-Allow-Origin' *;