mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 11:51:43 +08:00
feat: nginx 增加 keepalive_requests 选项 (#169)
This commit is contained in:
parent
149b474c19
commit
b0de7f0045
@ -23,6 +23,7 @@ http {
|
||||
client_header_buffer_size 32k;
|
||||
client_max_body_size 50m;
|
||||
keepalive_timeout 60;
|
||||
keepalive_requests 100000;
|
||||
|
||||
gzip on;
|
||||
gzip_min_length 1k;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user