enable autoindexing for ubuntu mirror

master
Jeffrey Paul 4 years ago
parent 6f8da3c8e4
commit b4c6017871
  1. 6
      nginx.conf

@ -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;
}
}
}

Loading…
Cancel
Save