add ssl back in
All checks were successful
/ build (push) Successful in 25s

This commit is contained in:
Nycki 2024-12-28 02:45:38 +00:00
parent 61e8bd63f8
commit 64f596e447

View file

@ -1,17 +1,17 @@
<VirtualHost *:80>
<VirtualHost *:80 *:443>
ServerName nycki.net
ServerAlias nycki.blokus.hatspace.net
# SSLEngine on
# Include /etc/letsencrypt/options-ssl-apache.conf
# SSLCertificateFile /etc/letsencrypt/live/klay.gay/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/klay.gay/privkey.pem
SSLEngine on
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/nycki.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/nycki.net/privkey.pem
# https://palmure.fr/blog.html#default-https-but-only-for-recent-browsers
#Header always add Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload;"
# <If "%{HTTPS} == 'off'">
# <If "%{HTTP:Upgrade-Insecure-Requests} == 1">
# Header always add Vary: Upgrade-Insecure-Requests
# Redirect / https://nycki.net
# Redirect / https://nycki.net/
# </If>
# </If>