mod_http_upload/README: More explaining text
authorKim Alvefur <zash@zash.se>
Thu, 17 Sep 2015 20:16:09 +0200
changeset 1865 385f67111d22
parent 1864 8e5ee3b09e9d
child 1866 3aabb670239d
mod_http_upload/README: More explaining text
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