#!/bin/sh

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

The 3rd-party substitution 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/ngx_http_subs_filter_module.so;

Please refer to the module documentation for further details:
https://github.com/yaoweibin/ngx_http_substitutions_filter_module

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

exit 0
