From 698dd51a63382d435857e6e41ded9d929fc0f92e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 3 Jul 2023 22:48:57 -0300 Subject: Feat: adds default VirtualHost for any site listening only in localhost --- templates/default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/default.erb b/templates/default.erb index 6e9e4fe..9bfd2b8 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -13,7 +13,7 @@ # end vhost for <%= @fqdn %> -# A catch-all VirtualHost for any site listening only in localhost. +# A default VirtualHost for any site listening only in localhost. # # This is meant to protect these sites (such as Tor Onion Services) from # exposing other data from the server, such as the default public VirtualHost -- cgit v1.2.3