blob: 486a315b856004bdcb4fc3acb34d242011f4df95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
The upload dynamic module for Angie has been installed.
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
and reload angie:
load_module modules/ngx_http_upload_module.so;
Please refer to the module documentation for further details:
https://github.com/fdintino/nginx-upload-module
EOM
}
]
|