Software /
code /
prosody-modules
Comparison
mod_http_upload/README.markdown @ 4070:268fa9d45840
mod_http_upload/README: Fix typo (thanks bjoernb)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Jul 2020 16:15:37 +0200 |
parent | 3963:acd231e2b46f |
child | 4443:0a56dc6c61af |
comparison
equal
deleted
inserted
replaced
4069:b89f381abaa9 | 4070:268fa9d45840 |
---|---|
85 | 85 |
86 By default, uploaded files are put in a sub-directory of the default | 86 By default, uploaded files are put in a sub-directory of the default |
87 Prosody storage path (usually `/var/lib/prosody`). This can be changed: | 87 Prosody storage path (usually `/var/lib/prosody`). This can be changed: |
88 | 88 |
89 ``` {.lua} | 89 ``` {.lua} |
90 http_upload_path = "/path/to/uploded/files" | 90 http_upload_path = "/path/to/uploaded/files" |
91 ``` | 91 ``` |
92 | 92 |
93 Compatibility | 93 Compatibility |
94 ============= | 94 ============= |
95 | 95 |