mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-12-26 07:26:43 +08:00
update 删除错误的配置
This commit is contained in:
parent
6f3bc78ebc
commit
3ca290b7d7
@ -99,11 +99,6 @@ http {
|
|||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
# 禁用代理缓存
|
# 禁用代理缓存
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
# 按 IP 限制连接数(防 CC 攻击) 小型站:10~20 就够 中型站:50~100
|
|
||||||
limit_conn perip 20;
|
|
||||||
|
|
||||||
# 按 Server 限制总并发连接数 根据服务器的最大并发处理能力来定 太小会限制合法用户访问,太大会占满服务器资源
|
|
||||||
limit_conn perserver 500;
|
|
||||||
proxy_pass http://server/;
|
proxy_pass http://server/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user