Tweak SSL configuration

This commit is contained in:
Alex Cabal 2023-03-09 01:17:29 -06:00
parent 8fe3a6f988
commit 35ec084682

View file

@ -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>