From: Michael Wallner Date: Mon, 25 Mar 2019 13:05:00 +0000 (+0100) Subject: macro update X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=2212d30ac3de21c94d316342da83b8bc4c01420f macro update --- diff --git a/etc/apache2.conf b/etc/apache2.conf index db864b7..381d46e 100644 --- a/etc/apache2.conf +++ b/etc/apache2.conf @@ -23,17 +23,12 @@ Use pharext_host_defs - Redirect permanent / https://pharext.org/ + Use ssl_redirect + + + + Use pharext_host_defs + Use ssl_defs "pharext.org" "hsts" - - - Use pharext_host_defs - Include "bits/hsts" - SSLEngine on - SSLUseStapling on - SSLCertificateKeyFile /etc/letsencrypt/live/pharext.org/privkey.pem - SSLCertificateFile /etc/letsencrypt/live/pharext.org/fullchain.pem - - # vim: syntax=apache ts=4 sw=4 sts=4 sr noet