aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-14 16:17:24 +0000
committerGravatar Sadie Powell2025-03-14 22:46:59 +0000
commitee5ed3ab3bc8ef8982ee178f7d472979e5174460 (patch)
tree787471c05b94d6deb94098622eaf5d86859b8d6a /docs
parentSynchronise the full cloak state on link for services. (diff)
Remove the vhost module pending a rewrite.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.example.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf
index 949a86209..69ed93724 100644
--- a/docs/conf/modules.example.conf
+++ b/docs/conf/modules.example.conf
@@ -2565,26 +2565,6 @@
#<module name="uninvite">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# Vhost module: Adds the VHOST command which allows for adding virtual
-# hosts which are accessible using a username and password in the config.
-#<module name="vhost">
-#
-#-#-#-#-#-#-#-#-#-#-#- VHOST CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-#
-# #
-# user - Username for the vhost. #
-# #
-# pass - Password for the vhost. #
-# #
-# hash - The hash for the specific user (optional) #
-# password_hash and a hashing module must be loaded for #
-# this to work. #
-# #
-# host - Vhost to set. #
-#
-#<vhost user="some_username" pass="some_password" host="some.host.test.cc">
-#<vhost user="foo" password="$2a$10$iTuYLT6BRhRlOgzfsW9oPe62etW.oXwSpyKw5rJit64SGZanLXghO" hash="bcrypt" host="some.other.host.example.com">
-
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Watch module: Adds the WATCH command, which is used by clients to
# maintain notify lists.
#<module name="watch">