Mercurial > prosody-modules
comparison mod_http_upload/README.markdown @ 1847:cd98a1103ecf
mod_http_upload/README: Say it works with 0.9+
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Sep 2015 12:42:08 +0200 |
parents | 3bd265f7a95f |
children | 03c5639882a7 |
comparison
equal
deleted
inserted
replaced
1846:465205080f4a | 1847:cd98a1103ecf |
---|---|
36 -- In the Global section or under a specific VirtualHosts line | 36 -- In the Global section or under a specific VirtualHosts line |
37 modules_enabled = { | 37 modules_enabled = { |
38 -- other modules | 38 -- other modules |
39 "http_upload"; | 39 "http_upload"; |
40 } | 40 } |
41 | |
42 Compatibility | |
43 ============= | |
44 | |
45 Works with Prosody 0.9.x and later. |