mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Tweak SSL configuration
This commit is contained in:
parent
8fe3a6f988
commit
35ec084682
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ Define webroot /standardebooks.org/web
|
||||||
RedirectPermanent / https://${domain}/
|
RedirectPermanent / https://${domain}/
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/letsencrypt/live/standardebooks.com/fullchain.pem
|
SSLCertificateFile /etc/letsencrypt/live/${domain}/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/standardebooks.com/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/${domain}/privkey.pem
|
||||||
Header always set Strict-Transport-Security "max-age=15768000"
|
Header always set Strict-Transport-Security "max-age=15768000"
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue