From ce961bb5865b5d16d203365159ab173e67e34556 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 18 Aug 2013 12:09:30 -0400 Subject: fix nginx.* to work better with slim nginx also print warning if zopfli is not found --- nginx.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index c0a88bd..0576dbd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,13 +7,11 @@ error_log /dev/null; http { + include nginx.gen.conf; + access_log /dev/null; error_log stderr info; client_body_temp_path /dev/null; - proxy_temp_path /dev/null; - fastcgi_temp_path /dev/null; - scgi_temp_path /dev/null; - uwsgi_temp_path /dev/null; types { application/font-woff woff; @@ -37,7 +35,6 @@ http { default_type application/octet-stream; gzip on; - include nginx.gen.conf; gzip_types application/javascript application/json image/svg+xml text/plain text/css; gzip_vary on; -- cgit v1.2.3-54-g00ecf