# HG changeset patch # User Kim Alvefur # Date 1626284772 -7200 # Node ID 260a33eabbd33ada86eff6cb090d8455fbd5ea1b # Parent 377546ab50f9b9cfcd85fa2c07e7e0481582ff4d mod_http_upload: More emphasis on conditionality of disco_items Seen too many that needlessly add duplicated disco_items. diff -r 377546ab50f9 -r 260a33eabbd3 mod_http_upload/README.markdown --- 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}