From 64f596e4478b14b58dc69a8fb4319e7f4430a891 Mon Sep 17 00:00:00 2001 From: nycki Date: Sat, 28 Dec 2024 02:45:38 +0000 Subject: [PATCH] add ssl back in --- tools/site.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/site.conf b/tools/site.conf index 0b6e4a5..960cc8f 100644 --- a/tools/site.conf +++ b/tools/site.conf @@ -1,19 +1,19 @@ - + 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;" - # - # - # Header always add Vary: Upgrade-Insecure-Requests - # Redirect / https://nycki.net - # - # +# +# +# Header always add Vary: Upgrade-Insecure-Requests +# Redirect / https://nycki.net/ +# +# DocumentRoot /data/nycki.net/site #DirectoryIndex index.html