Fix up path to allows file on batcave
This commit is contained in:
parent
a36a4aa395
commit
fbf913fcea
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue