#!/bin/sh

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

The 3rd-party NDK dynamic module for NGINX Plus has been installed.
To enable this module, add the following to /etc/nginx/nginx.conf
and reload nginx:

    load_module modules/ndk_http_module.so;

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

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

exit 0
