From 81ec24b28a06fafc97206a76adcae9cef0e33833 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 12 Jul 2020 10:02:18 -0500 Subject: [PATCH] Narrow listen for local apache --- 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 ad0301b..a02442d 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"