diff -r 1ae8f7b3787a -r fba64b043c52 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