mod_http_upload_external/README.markdown
changeset 5843 fba64b043c52
parent 4560 c149edb37349
child 5903 694b62d8a82f
equal deleted inserted replaced
5842:1ae8f7b3787a 5843: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