etc/apache2.conf: macro update
[pharext/replicator.pharext.org] / etc / apache2.conf
index dbb2a406478cf21897ef5a54cce6bc007764a60f..93b722ecd7bf82ad77e559340417f896540ee163 100644 (file)
 
 <VirtualHost *:80>
        Use replicator_host_defs
-       Redirect permanent / https://replicator.pharext.org/
+       Use ssl_redirect
+</VirtualHost>
+
+<VirtualHost *:443>
+       Use replicator_host_defs
+       Use ssl_defs "pharext.org" "hsts"
 </VirtualHost>
 
-<IfModule ssl_module>
-       <VirtualHost *:443>
-               Use replicator_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
-       </VirtualHost>
-</IfModule>
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet