prosody.cfg.lua.dist: Add note about 'localhost'

This commit is contained in:
Kim Alvefur 2021-02-04 00:49:07 +01:00
parent 0e6391e736
commit 02b2fe4d2b

View file

@ -196,6 +196,9 @@ certificates = "certs"
-- Settings under each VirtualHost entry apply *only* to that host.
VirtualHost "localhost"
-- Prosody requires at least one enabled VirtualHost to function. You can
-- safely remove or disable 'localhost' once you have added another.
--VirtualHost "example.com"
-- certificate = "/path/to/example.crt"