X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=etc%2Fapache2.conf;fp=etc%2Fapache2.conf;h=aeba207f1f066ede6973d6cd70f697bc218e616c;hb=8416a6d762f6d7309e0ed5262f3816014f6302b6;hp=0000000000000000000000000000000000000000;hpb=62cbc787a9321f23b469eea9e387672649333bd3;p=pharext%2Freplicator.pharext.org 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