Fix up path to allows file on batcave

This commit is contained in:
Kevin Fenzi 2015-09-24 15:46:35 +00:00
parent a36a4aa395
commit fbf913fcea

View file

@ -46,13 +46,13 @@ DocumentRoot /srv/web
<Directory /srv/web/repo/rhel>
Order deny,allow
Deny from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
<Directory /srv/web/rhel>
Order deny,allow
Deny from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
<Directory /srv/web/pub>
@ -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"
</Directory>
<Directory /srv/web/infra>
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d//allows"
</Directory>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Order allow,deny
Allow from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d//allows"
</Directory>
# Needed for cgit cgi
@ -152,13 +152,13 @@ DocumentRoot /srv/web
<Directory /srv/web/repo/rhel>
Order deny,allow
Deny from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
<Directory /srv/web/rhel>
Order deny,allow
Deny from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
<Directory /srv/web/pub>
@ -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"
</Directory>
<Directory /srv/web/infra>
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Order allow,deny
Allow from all
Include "conf.d/infrastructure.fedoraproject.org/allows"
Include "conf.d/allows"
</Directory>
# Needed for cgit cgi