#!/bin/sh

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

The Zstandard compression 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_zstd_filter_module.so;
    load_module modules/ngx_http_zstd_static_module.so;

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

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

exit 0
