6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
# 语言保护罩速率限制区域 · 由 deploy-novel-mirror-shield.yml 上传
|
|
# 路径: /etc/nginx/conf.d/shield-rate-limit.conf
|
|
limit_req_zone $binary_remote_addr zone=shield_limit:10m rate=10r/m;
|
|
limit_conn_zone $binary_remote_addr zone=shield_conn:10m;
|
|
server_tokens off;
|