From 4a1f0be56b7794d97856cdc6ffb1e44b8a1401e2 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 12 Jul 2020 10:04:36 -0500 Subject: [PATCH] Revert "Narrow listen for local apache" This reverts commit 81ec24b28a06fafc97206a76adcae9cef0e33833. --- roles/desktop/templates/apache2-vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop/templates/apache2-vhost.conf b/roles/desktop/templates/apache2-vhost.conf index a02442d..ad0301b 100644 --- a/roles/desktop/templates/apache2-vhost.conf +++ b/roles/desktop/templates/apache2-vhost.conf @@ -2,7 +2,7 @@ # vim:ft=apache: # Website configuration - + ServerName localhost DocumentRoot "/var/www/localhost"