diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-07-03 22:48:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-07-03 22:48:57 -0300 |
commit | 698dd51a63382d435857e6e41ded9d929fc0f92e (patch) | |
tree | 3ba509cf7f0c2b683092ec33aab8f52358f335dc /templates | |
parent | f170a3664268cabf8c2b22e4430d9680edd5db20 (diff) | |
download | puppet-apache-698dd51a63382d435857e6e41ded9d929fc0f92e.tar.gz puppet-apache-698dd51a63382d435857e6e41ded9d929fc0f92e.tar.bz2 |
Feat: adds default VirtualHost for any site listening only in localhost
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 2 |
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 |