# HG changeset patch # User Kim Alvefur # Date 1466771714 -7200 # Node ID e276ed33bc1a24fae37162ff39caa44b824f6e85 # Parent c2fc3516cca106f58e424c0e15aa44d6a706f6b8 mod_http_upload/README: Simplify instructions, show only one method diff -r c2fc3516cca1 -r e276ed33bc1a mod_http_upload/README.markdown --- a/mod_http_upload/README.markdown Wed Jun 22 22:27:22 2016 +0200 +++ b/mod_http_upload/README.markdown Fri Jun 24 14:35:14 2016 +0200 @@ -17,38 +17,10 @@ documentation](https://prosody.im/doc/http) for information about how to configure ports, HTTP Host names etc. -The module can either be configured as a component or added to an -existing host or component. Possible configuration variants are as -follows: - -Component ---------- - -You can configure it as a standalone component: +Simply add a new Component definition: Component "upload.example.org" "http_upload" -Existing component ------------------- - -Or add it to an existing component: - - Component "proxy.example.org" "proxy65" - modules_enabled = { - "http_upload"; - } - -On VirtualHosts ---------------- - -Or load it directly on hosts: - - -- In the Global section or under a specific VirtualHosts line - modules_enabled = { - -- other modules - "http_upload"; - } - Limits ------