ab-nginx/config/config/staticContent.conf

4 lines
66 B
Plaintext

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