Does ordering matter here?
This commit is contained in:
parent
6e5df77ce7
commit
41a3cb067d
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@ NameVirtualHost *:443
|
|||
ServerAdmin sysadmin-keys-members@fedoraproject.org
|
||||
ServerName keys.fedoraproject.org
|
||||
ServerAlias keys02.fedoraproject.org
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/pki/tls/wildcard-2014.fedoraproject.org.cert
|
||||
|
@ -62,7 +63,6 @@ NameVirtualHost *:443
|
|||
ProxyPassReverse / http://localhost:11371/
|
||||
SetEnv proxy-nokeepalive 1
|
||||
ProxyVia Full
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
</VirtualHost>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin sysadmin-keys-members@fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue