#!/bin/sh

cat <<BANNER
----------------------------------------------------------------------

The njs dynamic modules for Angie have been installed.
To enable these modules, add the following to /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://en.angie.software/angie/docs/configuration/modules/http/http_js/
https://en.angie.software/angie/docs/configuration/modules/stream/stream_js/

----------------------------------------------------------------------
BANNER

exit 0
