mod_http_upload_external: Fix typo in access documentation.
authoraidan@jmad.org
Thu, 15 Feb 2024 09:20:50 -0800
changeset 5843 fba64b043c52
parent 5842 1ae8f7b3787a
child 5844 bd0abf821cef
mod_http_upload_external: Fix typo in access documentation.
mod_http_upload_external/README.markdown
--- 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