#!/bin/sh

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

The 3rd-party set-misc 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;
    load_module modules/ngx_http_set_misc_module.so;

Note that ndk_http_module.so must be placed first.

Please refer to the module documentation for further details:
https://github.com/openresty/set-misc-nginx-module

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

exit 0
