#!/bin/sh

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

The 3rd-party Passenger 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_passenger_module.so;

Please refer to the module documentation for further details:
https://www.phusionpassenger.com/

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

exit 0
