nginx-basic/conf.d/optimizeStatic.conf
2019-01-04 02:03:59 -07:00

9 lines
142 B
Plaintext

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