ab-nginx/config/staticContent.conf
2019-10-17 18:49:36 -06:00

4 lines
66 B
Plaintext

sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
tcp_nodelay on;