requires gzip_static!

This commit is contained in:
2016-04-11 03:04:08 +02:00
parent 131f877494
commit db57876e13

View File

@@ -32,6 +32,7 @@ http {
}
location /ubuntu/ {
gzip_static on;
root /var/mirror/ubuntu/;
autoindex on;
}