aboutsummaryrefslogtreecommitdiff
path: root/www/angie-module-njs/files/pkg-message.in
blob: f7d71a18836cf6d1474afef4e6156be64bec630e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ type: install
  message: <<EOM

The njs dynamic modules for Angie have been installed.
To enable these modules, add the following to %%PREFIX%%/etc/angie/angie.conf
and reload angie:

    load_module modules/ngx_http_js_module.so;
    load_module modules/ngx_stream_js_module.so;

Please refer to the njs documentation for further details:
https://github.com/nginx/njs
https://angie.software/js_reference/
https://angie.software/http_js/
https://angie.software/stream_js/
EOM
}
]