Commit f3a7f812 by JustSong

docs: update Nginx configuration (#3)

parent b612efe3
......@@ -82,7 +82,6 @@ server{
proxy_set_header X-Forwarded-For $remote_addr;
proxy_cache_bypass $http_upgrade;
proxy_set_header Accept-Encoding gzip;
proxy_cache off; # 重要:关闭代理缓存
proxy_buffering off; # 重要:关闭代理缓冲
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment