Comparison

mod_http_upload_external/README.markdown @ 5863:fba64b043c52

mod_http_upload_external: Fix typo in access documentation.
author aidan@jmad.org
date Thu, 15 Feb 2024 09:20:50 -0800
parent 4556:c149edb37349
child 5923:694b62d8a82f
comparison
equal deleted inserted replaced
5862:1ae8f7b3787a 5863:fba64b043c52
73 73
74 Access 74 Access
75 ------ 75 ------
76 76
77 You may want to give upload access to additional entities such as components 77 You may want to give upload access to additional entities such as components
78 by using the `http_upload_access` config option. 78 by using the `http_upload_external_access` config option.
79 79
80 ``` {.lua} 80 ``` {.lua}
81 http_upload_access = {"gateway.example.com"}; 81 http_upload_external_access = {"gateway.example.com"};
82 ``` 82 ```
83 83
84 Compatibility 84 Compatibility
85 ============= 85 =============
86 86