update 删除错误的配置

This commit is contained in:
疯狂的狮子Li 2025-12-23 09:23:52 +08:00
parent 6f3bc78ebc
commit 3ca290b7d7

View File

@ -99,11 +99,6 @@ http {
proxy_buffering off;
# 禁用代理缓存
proxy_cache off;
# IP 限制连接数(防 CC 攻击) 小型站10~20 就够 中型站50~100
limit_conn perip 20;
# Server 限制总并发连接数 根据服务器的最大并发处理能力来定 太小会限制合法用户访问,太大会占满服务器资源
limit_conn perserver 500;
proxy_pass http://server/;
}