aboutsummaryrefslogtreecommitdiff
path: root/www/angie-module-njs/files/pkg-message.in
blob: de4d16525aad79c34b56620094500f3e4c264497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ 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://angie.software/js_reference/
https://angie.software/http_js/
https://angie.software/stream_js/
EOM
}
]