added static file optimization configuration
This commit is contained in:
parent
1cf8818286
commit
92d03dd991
8
conf.d/optimizeStatic.conf
Normal file
8
conf.d/optimizeStatic.conf
Normal file
@ -0,0 +1,8 @@
|
||||
#######
|
||||
### NGINX configuration - optimze static content delivery
|
||||
#######
|
||||
|
||||
sendfile on;
|
||||
sendfile_max_chunk 1m;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
Loading…
Reference in New Issue
Block a user