mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Clean up and tweak the people apache config.
This commit is contained in:
@@ -28,7 +28,7 @@ NameVirtualHost [2610:28:3090:3001:5054:ff:feff:683f]:443
|
||||
ServerAlias people1.fedoraproject.org
|
||||
ServerAdmin admin@fedoraproject.org
|
||||
|
||||
DocumentRoot /srv/people
|
||||
DocumentRoot /srv/people/site
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/pki/tls/certs/wildcard-2014.fedorapeople.org.cert
|
||||
@@ -58,26 +58,16 @@ NameVirtualHost [2610:28:3090:3001:5054:ff:feff:683f]:443
|
||||
<Directory /home/fedora/*/public_html>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
|
||||
<Limit GET POST OPTIONS>
|
||||
Require all granted
|
||||
</Limit>
|
||||
|
||||
<LimitExcept GET POST OPTIONS>
|
||||
Require all granted
|
||||
</LimitExcept>
|
||||
IndexOptions NameWidth=* FancyIndexing
|
||||
Require all granted
|
||||
Require method GET POST OPTIONS
|
||||
</Directory>
|
||||
|
||||
<Directory /project>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes FollowSymLinks IncludesNoExec
|
||||
<Limit GET POST OPTIONS>
|
||||
Require all granted
|
||||
</Limit>
|
||||
|
||||
<LimitExcept GET POST OPTIONS>
|
||||
Require all granted
|
||||
</LimitExcept>
|
||||
IndexOptions NameWidth=* FancyIndexing
|
||||
Require method GET POST OPTIONS
|
||||
</Directory>
|
||||
|
||||
# uncomment me after the people03 move
|
||||
|
||||
Reference in New Issue
Block a user