#!/bin/sh

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

The image-filter dynamic module for Angie has been installed.
To enable this module, add the following to /etc/angie/angie.conf
and reload angie:

    load_module modules/ngx_http_image_filter_module.so;

Please refer to the modules documentation for further details:
https://angie.software/r/en/docs/http/ngx_http_image_filter_module.html

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

exit 0
