From fbf913fcea07c95a126093141b5896aa0c97231f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 24 Sep 2015 15:46:35 +0000 Subject: [PATCH] Fix up path to allows file on batcave --- .../infrastructure.fedoraproject.org.conf | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/roles/batcave/files/infrastructure.fedoraproject.org.conf b/roles/batcave/files/infrastructure.fedoraproject.org.conf index 5a4cb4cbf3..641aa207ce 100644 --- a/roles/batcave/files/infrastructure.fedoraproject.org.conf +++ b/roles/batcave/files/infrastructure.fedoraproject.org.conf @@ -46,13 +46,13 @@ DocumentRoot /srv/web Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" @@ -60,21 +60,21 @@ DocumentRoot /srv/web AllowOverride None Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d//allows" Options Indexes FollowSymLinks Order allow,deny Allow from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d//allows" Options FollowSymLinks Order allow,deny Allow from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d//allows" # Needed for cgit cgi @@ -152,13 +152,13 @@ DocumentRoot /srv/web Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" @@ -166,21 +166,21 @@ DocumentRoot /srv/web AllowOverride None Order deny,allow Deny from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" Options Indexes FollowSymLinks Order allow,deny Allow from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" Options FollowSymLinks Order allow,deny Allow from all - Include "conf.d/infrastructure.fedoraproject.org/allows" + Include "conf.d/allows" # Needed for cgit cgi