mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
reduce keepalive requests
This commit is contained in:
parent
9cdf30c08c
commit
7b8a505d17
@ -19,6 +19,7 @@ http {
|
|||||||
sendfile on;
|
sendfile on;
|
||||||
sendfile_max_chunk 512k;
|
sendfile_max_chunk 512k;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
keepalive_requests 256;
|
||||||
keepalive_timeout 3m;
|
keepalive_timeout 3m;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
msie_padding off;
|
msie_padding off;
|
||||||
|
Loading…
Reference in New Issue
Block a user