From b4c6017871ccfe2529503c282d60760b440ec4e9 Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 1 Mar 2020 12:00:58 +0000 Subject: [PATCH] enable autoindexing for ubuntu mirror --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index dae74ef..85b69d7 100644 --- a/nginx.conf +++ b/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; + } } }