]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/templates/default/nginx_imagery.conf.erb
imagery: use nginx tcp_nopush default
[chef.git] / cookbooks / imagery / templates / default / nginx_imagery.conf.erb
index dcdc2872961f2cbe6c0e4832dc8941aebb0be049..ee5692b6cdbdea51b6595a67f5ed035dd9bbc788 100644 (file)
@@ -45,9 +45,6 @@ server {
     gzip_comp_level 9;
     gzip_vary on;
 
-    sendfile   on;
-    tcp_nopush on;
-
     # Include site imagery layers
     include /srv/imagery/nginx/<%= @name %>/layer-*.conf;
 }