summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
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;