requires gzip_static!
This commit is contained in:
parent
131f877494
commit
db57876e13
|
@ -32,6 +32,7 @@ http {
|
|||
}
|
||||
|
||||
location /ubuntu/ {
|
||||
gzip_static on;
|
||||
root /var/mirror/ubuntu/;
|
||||
autoindex on;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue