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' *;