From 85fd44370b078a1e97cb3cef9cc436154001bdec Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Sun, 24 Nov 2024 14:50:46 +0000 Subject: [PATCH] Disable autoindex on cpan.metacpan.org fix #253 --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 7b9d8ae4..cbf3f9a5 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -143,7 +143,7 @@ metacpan::web::static: metacpan-cpan-static: vhost_html: "%{hiera('metacpan::cpan_mirror')}" vhost_ssl: true - vhost_autoindex: true + vhost_autoindex: false vhost_aliases: - 'cpan.metacpan.org' - "cpan.lo.metacpan.org"