mod_http_upload_external/README.markdown
changeset 5843 fba64b043c52
parent 4560 c149edb37349
child 5903 694b62d8a82f
--- 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