added static file optimization configuration

This commit is contained in:
Asif Bacchus 2019-01-04 02:03:59 -07:00
parent 1cf8818286
commit 92d03dd991
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#######
### NGINX configuration - optimze static content delivery
#######
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
tcp_nodelay on;