mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -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}/
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/letsencrypt/live/standardebooks.com/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/standardebooks.com/privkey.pem
|
||||
SSLCertificateFile /etc/letsencrypt/live/${domain}/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/${domain}/privkey.pem
|
||||
Header always set Strict-Transport-Security "max-age=15768000"
|
||||
</VirtualHost>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue