Clean up and tweak the people apache config.
This commit is contained in:
parent
0afcdc891d
commit
b30091efa2
1 changed files with 6 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue