From: Michael Wallner Date: Fri, 8 Mar 2019 15:36:31 +0000 (+0100) Subject: add config X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.name;a=commitdiff_plain;h=349860f597f9038289c7528a255c140c8b3bc418;ds=sidebyside add config --- diff --git a/etc/apache2.conf b/etc/apache2.conf new file mode 100644 index 0000000..c9cf3f8 --- /dev/null +++ b/etc/apache2.conf @@ -0,0 +1,31 @@ + + ServerName m6w6.name + ServerAlias www.m6w6.name + ServerAdmin webmaster@m6w6.name + + DocumentRoot /var/www/m6w6 + + + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + + + + + Use m6w6_host_defs + RedirectPermanent / https://m6w6.name/ + + + + + Use m6w6_host_defs + Include "bits/hsts-nosub" + SSLEngine on + SSLUseStapling on + SSLCertificateFile /etc/letsencrypt/live/m6w6.name/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/m6w6.name/privkey.pem + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/public/index.html b/public/index.html index b9036dd..e576259 100644 --- a/public/index.html +++ b/public/index.html @@ -175,20 +175,20 @@

Open source

- - +
pecl/http PHP HTTP Extension