Software /
code /
prosody-modules
Changeset
1861:385f67111d22
mod_http_upload/README: More explaining text
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Sep 2015 20:16:09 +0200 |
parents | 1860:8e5ee3b09e9d |
children | 1862:3aabb670239d |
files | mod_http_upload/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload/README.markdown Thu Sep 17 14:40:11 2015 +0200 +++ b/mod_http_upload/README.markdown Thu Sep 17 20:16:09 2015 +0200 @@ -19,13 +19,15 @@ Component --------- -Standalone component: +You can configure it as a standalone component: Component "upload.example.org" "http_upload" Existing component ------------------ +Or add it to an existing component: + Component "proxy.example.org" "proxy65" modules_enabled = { "http_upload"; @@ -34,6 +36,8 @@ On VirtualHosts --------------- +Or load it directly on hosts: + -- In the Global section or under a specific VirtualHosts line modules_enabled = { -- other modules