From c27f033f4d794e28f4a6939df87ba54336127af0 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 27 Jul 2013 14:47:45 -0400 Subject: use gzip_static only if nginx supports it --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index db84ed0..9e94114 100644 --- a/nginx.conf +++ b/nginx.conf @@ -36,7 +36,7 @@ http { default_type application/octet-stream; gzip on; - gzip_static on; + include nginx.gen.conf; gzip_types text/plain text/css application/javascript application/json; gzip_vary on; -- cgit v1.2.3-54-g00ecf