From 8416a6d762f6d7309e0ed5262f3816014f6302b6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 8 Mar 2019 16:53:32 +0100 Subject: [PATCH] add config --- etc/apache2.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 etc/apache2.conf diff --git a/etc/apache2.conf b/etc/apache2.conf new file mode 100644 index 0000000..aeba207 --- /dev/null +++ b/etc/apache2.conf @@ -0,0 +1,33 @@ + + ServerName replicator.pharext.org + ServerAdmin webmaster@pharext.org + + DocumentRoot /var/www/replicator/public + + + SetEnv owners m6w6,pharext,mdref + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + + ForceType application/phar + + + + + + Use replicator_host_defs + Redirect permanent / https://replicator.pharext.org/ + + + + + 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 + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- 2.30.2