# HG changeset patch # User Kim Alvefur # Date 1442513769 -7200 # Node ID 385f67111d22365cc5beedbfe297b19ccdcc7030 # Parent 8e5ee3b09e9d89c11c263d4a8bbbad88ac39b334 mod_http_upload/README: More explaining text diff -r 8e5ee3b09e9d -r 385f67111d22 mod_http_upload/README.markdown --- 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