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

This commit is contained in:
zhengkunwang223 2023-06-29 16:39:48 +08:00 committed by GitHub
parent f05ec04cad
commit a76857a932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;