#!/bin/sh

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

The vts 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_stream_server_traffic_status_module.so;
    load_module modules/ngx_http_vhost_traffic_status_module.so;
    load_module modules/ngx_stream_server_traffic_status_module.so;

Please refer to the module documentation for further details:
https://github.com/vozlt/nginx-module-vts
https://github.com/vozlt/nginx-module-stream-sts
https://github.com/vozlt/nginx-module-sts

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

exit 0
