Software /
code /
prosody-modules
Changeset
5863:fba64b043c52
mod_http_upload_external: Fix typo in access documentation.
author | aidan@jmad.org |
---|---|
date | Thu, 15 Feb 2024 09:20:50 -0800 |
parents | 5862:1ae8f7b3787a |
children | 5864:bd0abf821cef |
files | mod_http_upload_external/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload_external/README.markdown Mon Feb 12 16:31:25 2024 +0000 +++ b/mod_http_upload_external/README.markdown Thu Feb 15 09:20:50 2024 -0800 @@ -75,10 +75,10 @@ ------ You may want to give upload access to additional entities such as components -by using the `http_upload_access` config option. +by using the `http_upload_external_access` config option. ``` {.lua} -http_upload_access = {"gateway.example.com"}; +http_upload_external_access = {"gateway.example.com"}; ``` Compatibility