Merge "Update static Apache configs to 2.4 ACL primitives"
This commit is contained in:
commit
be8e13c139
@ -30,7 +30,6 @@ Define AFS_ROOT /afs/openstack.org/
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
DocumentRoot /afs/openstack.org/developer-docs
|
||||
<Directory /afs/openstack.org/developer-docs>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Satisfy any
|
||||
Require all granted
|
||||
# Allow mod_rewrite rules
|
||||
AllowOverride FileInfo
|
||||
|
@ -28,7 +28,6 @@ Define AFS_ROOT /afs/openstack.org/project/airshipit.org
|
||||
<Directory ${AFS_ROOT}/docs>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
DocumentRoot /afs/openstack.org/project/opendev.org/docs
|
||||
<Directory /afs/openstack.org/project/opendev.org/docs>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Satisfy any
|
||||
Require all granted
|
||||
AllowOverride None
|
||||
# Allow mod_rewrite rules
|
||||
|
@ -27,7 +27,6 @@
|
||||
DocumentRoot /afs/openstack.org/docs
|
||||
<Directory /afs/openstack.org/docs>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Satisfy any
|
||||
Require all granted
|
||||
AllowOverride None
|
||||
# Allow mod_rewrite rules
|
||||
|
@ -27,7 +27,6 @@
|
||||
DocumentRoot /afs/openstack.org/project/starlingx.io/www
|
||||
<Directory /afs/openstack.org/project/starlingx.io/www>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Satisfy any
|
||||
Require all granted
|
||||
AllowOverride None
|
||||
# Allow mod_rewrite rules
|
||||
|
@ -45,42 +45,36 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
|
||||
<Directory ${AFS_ROOT}/election>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory ${AFS_ROOT}/governance>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory ${AFS_ROOT}/ideas>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory ${AFS_ROOT}/sigs>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory ${AFS_ROOT}/tc>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory ${AFS_ROOT}/badges>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
<IfModule mod_headers.c>
|
||||
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
|
||||
|
@ -28,7 +28,6 @@ Define AFS_ROOT /afs/openstack.org/project/releases.openstack.org
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -28,7 +28,6 @@ Define AFS_ROOT /afs/openstack.org/project/security.openstack.org
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -28,7 +28,6 @@ Define AFS_ROOT /afs/openstack.org/project/service-types.openstack.org
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -28,7 +28,6 @@ Define AFS_ROOT /afs/openstack.org/project/specs.openstack.org
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -273,7 +273,6 @@ Define AFS_ROOT /afs/openstack.org/project/tarballs.opendev.org
|
||||
<Directory ${AFS_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
DocumentRoot /afs/openstack.org/project/zuul-ci.org/www
|
||||
<Directory /afs/openstack.org/project/zuul-ci.org/www>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Satisfy any
|
||||
Require all granted
|
||||
AllowOverride None
|
||||
# Allow mod_rewrite rules
|
||||
|
Loading…
Reference in New Issue
Block a user