mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
This should be granted, not allowed
This commit is contained in:
@@ -63,13 +63,13 @@ DocumentRoot /srv/web
|
||||
|
||||
<Directory /srv/web/infra>
|
||||
Options Indexes FollowSymLinks
|
||||
Require all allowed
|
||||
Require all granted
|
||||
Include "conf.d//allows"
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/bigfiles>
|
||||
Options FollowSymLinks
|
||||
Require all allowed
|
||||
Require all granted
|
||||
Include "conf.d//allows"
|
||||
</Directory>
|
||||
|
||||
@@ -78,17 +78,17 @@ ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
|
||||
<Directory "/var/www/cgi-bin">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory "/usr/share/cgit">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory "/usr/libexec/git-core">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
@@ -131,13 +131,13 @@ DocumentRoot /srv/web
|
||||
<Directory /srv/web>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/repo>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/repo/rhel>
|
||||
@@ -159,13 +159,13 @@ DocumentRoot /srv/web
|
||||
|
||||
<Directory /srv/web/infra>
|
||||
Options Indexes FollowSymLinks
|
||||
Require all allowed
|
||||
Require all granted
|
||||
Include "conf.d/allows"
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/infra/bigfiles>
|
||||
Options FollowSymLinks
|
||||
Require all allowed
|
||||
Require all granted
|
||||
Include "conf.d/allows"
|
||||
</Directory>
|
||||
|
||||
@@ -174,16 +174,16 @@ ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
|
||||
<Directory "/var/www/cgi-bin">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory "/usr/share/cgit">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory "/usr/libexec/git-core">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all allowed
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user