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
|
ServerAlias people1.fedoraproject.org
|
||||||
ServerAdmin admin@fedoraproject.org
|
ServerAdmin admin@fedoraproject.org
|
||||||
|
|
||||||
DocumentRoot /srv/people
|
DocumentRoot /srv/people/site
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/pki/tls/certs/wildcard-2014.fedorapeople.org.cert
|
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>
|
<Directory /home/fedora/*/public_html>
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
|
IndexOptions NameWidth=* FancyIndexing
|
||||||
<Limit GET POST OPTIONS>
|
Require all granted
|
||||||
Require all granted
|
Require method GET POST OPTIONS
|
||||||
</Limit>
|
|
||||||
|
|
||||||
<LimitExcept GET POST OPTIONS>
|
|
||||||
Require all granted
|
|
||||||
</LimitExcept>
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /project>
|
<Directory /project>
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes FollowSymLinks IncludesNoExec
|
Options MultiViews Indexes FollowSymLinks IncludesNoExec
|
||||||
<Limit GET POST OPTIONS>
|
IndexOptions NameWidth=* FancyIndexing
|
||||||
Require all granted
|
Require method GET POST OPTIONS
|
||||||
</Limit>
|
|
||||||
|
|
||||||
<LimitExcept GET POST OPTIONS>
|
|
||||||
Require all granted
|
|
||||||
</LimitExcept>
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# uncomment me after the people03 move
|
# uncomment me after the people03 move
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue