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>
|
<Directory /srv/web/repo/rhel>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/rhel>
|
<Directory /srv/web/rhel>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/pub>
|
<Directory /srv/web/pub>
|
||||||
|
@ -60,21 +60,21 @@ DocumentRoot /srv/web
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d//allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/infra>
|
<Directory /srv/web/infra>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d//allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/infra/bigfiles>
|
<Directory /srv/web/infra/bigfiles>
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d//allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# Needed for cgit cgi
|
# Needed for cgit cgi
|
||||||
|
@ -152,13 +152,13 @@ DocumentRoot /srv/web
|
||||||
<Directory /srv/web/repo/rhel>
|
<Directory /srv/web/repo/rhel>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/rhel>
|
<Directory /srv/web/rhel>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/pub>
|
<Directory /srv/web/pub>
|
||||||
|
@ -166,21 +166,21 @@ DocumentRoot /srv/web
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/infra>
|
<Directory /srv/web/infra>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/web/infra/bigfiles>
|
<Directory /srv/web/infra/bigfiles>
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
Include "conf.d/infrastructure.fedoraproject.org/allows"
|
Include "conf.d/allows"
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# Needed for cgit cgi
|
# Needed for cgit cgi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue