# HG changeset patch # User aidan@jmad.org # Date 1708017650 28800 # Node ID fba64b043c52902a43a671234ac3c030b8f73611 # Parent 1ae8f7b3787abf832b519eb7d718db50475f028d mod_http_upload_external: Fix typo in access documentation. 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