summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-03 22:48:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-03 22:48:57 -0300
commit698dd51a63382d435857e6e41ded9d929fc0f92e (patch)
tree3ba509cf7f0c2b683092ec33aab8f52358f335dc
parentf170a3664268cabf8c2b22e4430d9680edd5db20 (diff)
downloadpuppet-apache-698dd51a63382d435857e6e41ded9d929fc0f92e.tar.gz
puppet-apache-698dd51a63382d435857e6e41ded9d929fc0f92e.tar.bz2
Feat: adds default VirtualHost for any site listening only in localhost
-rw-r--r--templates/default.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
</VirtualHost>
# 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