enable autoindexing for ubuntu mirror #3

Manually merged
sneak merged 1 commits from master into prod 2020-03-01 12:07:40 +00:00
Showing only changes of commit b4c6017871 - Show all commits

View File

@ -33,12 +33,12 @@ http {
index index.html index.htm;
#location /ubuntu/ {
location /ubuntu/ {
# # alias, not root!
# # trailing slash important!
# alias /var/mirror/ubuntu/;
# autoindex on;
#}
autoindex on;
}
}
}