requires gzip_static!

This commit is contained in:
Jeffrey Paul 2016-04-11 03:04:08 +02:00
parent 131f877494
commit db57876e13
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 1 additions and 0 deletions

View File

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