changeset 4617:260a33eabbd3

mod_http_upload: More emphasis on conditionality of disco_items Seen too many that needlessly add duplicated disco_items.
author Kim Alvefur <zash@zash.se>
date Wed, 14 Jul 2021 19:46:12 +0200
parents 377546ab50f9
children 48132b6e1b16
files mod_http_upload/README.markdown
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_upload/README.markdown	Sat Jul 10 16:48:28 2021 +0200
+++ b/mod_http_upload/README.markdown	Wed Jul 14 19:46:12 2021 +0200
@@ -27,7 +27,8 @@
 ## Discoverability
 
 Prosody makes subdomains of your VirtualHosts easily discoverable by
-clients. To make the component discoverable by other hosts, use
+clients. To make the component discoverable by other hosts where the
+component is **not a subdomain** of the VirtualHost, you can use
 [`disco_items`][doc:modules:mod_disco#configuration].
 
 ``` {.lua}