Mercurial > prosody-modules
comparison mod_http_upload/README.markdown @ 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 | 0a56dc6c61af |
children | f07c9a6f19b3 |
comparison
equal
deleted
inserted
replaced
4616:377546ab50f9 | 4617:260a33eabbd3 |
---|---|
25 It should **not** be added to modules_enabled. | 25 It should **not** be added to modules_enabled. |
26 | 26 |
27 ## Discoverability | 27 ## Discoverability |
28 | 28 |
29 Prosody makes subdomains of your VirtualHosts easily discoverable by | 29 Prosody makes subdomains of your VirtualHosts easily discoverable by |
30 clients. To make the component discoverable by other hosts, use | 30 clients. To make the component discoverable by other hosts where the |
31 component is **not a subdomain** of the VirtualHost, you can use | |
31 [`disco_items`][doc:modules:mod_disco#configuration]. | 32 [`disco_items`][doc:modules:mod_disco#configuration]. |
32 | 33 |
33 ``` {.lua} | 34 ``` {.lua} |
34 VirtualHost "foo.example.org" | 35 VirtualHost "foo.example.org" |
35 disco_items = { | 36 disco_items = { |