From db57876e132a7e8c9a2dbee8531e84c372f73e88 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Apr 2016 03:04:08 +0200 Subject: [PATCH] requires gzip_static! --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index c52cd00..b30898a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -32,6 +32,7 @@ http { } location /ubuntu/ { + gzip_static on; root /var/mirror/ubuntu/; autoindex on; }