nginx-basic/etc/nginx/conf.d/optimizeStatic.conf

9 lines
142 B
Plaintext

#######
### NGINX configuration - optimze static content delivery
#######
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
tcp_nodelay on;