comparison mod_http_upload_external/README.markdown @ 5839:fba64b043c52

mod_http_upload_external: Fix typo in access documentation.
author aidan@jmad.org
date Thu, 15 Feb 2024 09:20:50 -0800
parents c149edb37349
children 694b62d8a82f
comparison
equal deleted inserted replaced
5838:1ae8f7b3787a 5839: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