From e0604f6db2d2127c96963733090b17dc9b512533 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 8 Jul 2019 21:54:42 -0400 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf' --- .../sites-available/www.thunix.cf.conf | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf index ca416d9..fdfabc0 100644 --- a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.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.cf/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/www.thunix.cf/privkey.pem