1816
|
1 Introduction
|
|
2 ============
|
|
3
|
|
4 This module provides a space for clients to upload files over HTTP, as
|
|
5 used by [Conversations](http://conversations.im/).
|
|
6
|
|
7 Configuration
|
|
8 =============
|
|
9
|
|
10 The module can either be configured as a component or added to an
|
|
11 existing host or component.
|
|
12
|
|
13 Component
|
|
14 ---------
|
|
15
|
|
16 Standalone component:
|
|
17
|
|
18 Component "upload.example.org" "http_upload"
|
|
19
|
|
20 Existing component
|
|
21 ------------------
|
|
22
|
|
23 Component "proxy.example.org" "proxy65"
|
|
24 modules_enabled = {
|
|
25 "http_upload";
|
|
26 }
|
|
27
|
|
28 On VirtualHosts
|
|
29 ---------------
|
|
30
|
|
31 -- In the Global section or under a specific VirtualHosts line
|
|
32 modules_enabled = {
|
|
33 -- other modules
|
|
34 "http_upload";
|
|
35 }
|