summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-27 14:47:45 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-27 14:54:08 -0400
commitc27f033f4d794e28f4a6939df87ba54336127af0 (patch)
treed8f389d9db7645c9ea25ff70117f1a7d263d6c4a /nginx.conf
parent4db774c1ec0c0b20611fea938d2603e6a3dfe4ca (diff)
downloadhtml5ks-c27f033f4d794e28f4a6939df87ba54336127af0.tar.xz
html5ks-c27f033f4d794e28f4a6939df87ba54336127af0.zip
use gzip_static only if nginx supports it
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
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;