From f1d475bb4e1d8baa1ff10a7427b1a0173139cd28 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 21 Dec 2018 17:13:43 -0800 Subject: [PATCH] letsencrypt: Remove outdated Apache configuration No need to have explicit configuration to allow all requests. This is the default. Reviewed-by: James Valleroy --- .../etc/apache2/conf-available/freedombox-tls-site-macro.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/etc/apache2/conf-available/freedombox-tls-site-macro.conf b/data/etc/apache2/conf-available/freedombox-tls-site-macro.conf index 44e5018b3..9b3752d8b 100644 --- a/data/etc/apache2/conf-available/freedombox-tls-site-macro.conf +++ b/data/etc/apache2/conf-available/freedombox-tls-site-macro.conf @@ -11,15 +11,11 @@ Options Indexes FollowSymLinks MultiViews AllowOverride None - Order allow,deny - allow from all ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - Order allow,deny - Allow from all ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, alert, emerg.