#!/bin/sh

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

The 3rd-party brotli compression dynamic modules for NGINX Plus have been installed.
To enable these modules, add the following to /etc/nginx/nginx.conf
and reload nginx:

    load_module modules/ngx_http_brotli_filter_module.so;
    load_module modules/ngx_http_brotli_static_module.so;

Please refer to the modules documentation for further details:
https://github.com/google/ngx_brotli

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

exit 0
