1
0
Fork 0

feat: nginx 增加 keepalive_requests 选项 (#169)

This commit is contained in:
zhengkunwang223 2023-06-29 16:39:48 +08:00 committed by GitHub
parent 149b474c19
commit b0de7f0045
1 changed files with 1 additions and 0 deletions

View File

@ -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;