#!/bin/sh

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

The 3rd-party RTMP 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_rtmp_module.so;

Please refer to the module documentation for further details:
https://github.com/arut/nginx-rtmp-module

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

exit 0
