From eefa326cd31557322344c575c953a1187d8ff708 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 28 May 2018 23:17:46 +0000 Subject: [PATCH] also no indexes on tmp --- .../templates/infrastructure.fedoraproject.org.conf.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 index 498f65fc7d..c5771c5059 100644 --- a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 +++ b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 @@ -72,6 +72,11 @@ DocumentRoot /srv/web Require all granted + + Options -Indexes -FollowSymLinks + Require all granted + + Options FollowSymLinks Require all granted @@ -173,6 +178,11 @@ DocumentRoot /srv/web Require all granted + + Options -Indexes -FollowSymLinks + Require all granted + + Options FollowSymLinks Require all granted