#!/bin/sh

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

The ndk dynamic module for Angie has been installed.
To enable this module, add the following to /etc/angie/angie.conf
and reload angie:

    load_module modules/ndk_http_module.so;

Please refer to the module documentation for further details:
https://github.com/vision5/ngx_devel_kit

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

exit 0
