From 2ec3bc06af39367450bcb0ca4fdc90cd37da21fb Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 8 Jul 2019 21:54:33 -0400 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf' --- .../sites-available/www.thunix.net.conf | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf index 3fe5dc5..cda32eb 100644 --- a/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf @@ -8,6 +8,15 @@ Order deny,allow Deny from all + + UserDir public_html + UserDir disabled root + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Require method GET POST OPTIONS + + @@ -20,7 +29,15 @@ Order deny,allow Deny from all - + + UserDir public_html + UserDir disabled root + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Require method GET POST OPTIONS + + Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/www.thunix.net/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/www.thunix.net/privkey.pem