Fix some more stuff
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
464b49ae0e
commit
b0ab457b81
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ NameVirtualHost *:80
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
UserDir public_html
|
UserDir public_html
|
||||||
<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
|
IndexOptions NameWidth=* FancyIndexing
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
ServerAdmin admin@fedoraproject.org
|
ServerAdmin admin@fedoraproject.org
|
||||||
ServerName planet.fedoraproject.org
|
ServerName planet.fedoraproject.org
|
||||||
ServerName fedoraplanet.org
|
ServerAlias fedoraplanet.org
|
||||||
|
|
||||||
DocumentRoot "/srv/planet/site/"
|
DocumentRoot "/srv/planet/site/"
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
#
|
#
|
||||||
ServerAdmin admin@fedoraproject.org
|
ServerAdmin admin@fedoraproject.org
|
||||||
ServerName planet.fedoraproject.org
|
ServerName planet.fedoraproject.org
|
||||||
ServerName fedoraplanet.org
|
ServerAlias fedoraplanet.org
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/pki/tls/certs/planet.fedoraproject.org.cert
|
SSLCertificateFile /etc/pki/tls/certs/planet.fedoraproject.org.cert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue