1Panel/cmd/server/nginx_conf/limit.conf

2 lines
100 B
Plaintext
Raw Normal View History

2022-11-08 15:42:31 +08:00
limit_conn_zone $binary_remote_addr zone=perip:10m;
limit_conn_zone $server_name zone=perserver:10m;