diff options
Diffstat (limited to 'www/angie-module-auth-totp/files/pkg-message.in')
-rw-r--r-- | www/angie-module-auth-totp/files/pkg-message.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/angie-module-auth-totp/files/pkg-message.in b/www/angie-module-auth-totp/files/pkg-message.in new file mode 100644 index 000000000000..d27210fefe57 --- /dev/null +++ b/www/angie-module-auth-totp/files/pkg-message.in @@ -0,0 +1,15 @@ +[ +{ type: install + message: <<EOM + +The auth-TOTP dynamic module for Angie has been installed. +To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf +and reload angie: + + load_module modules/ngx_http_auth_totp_module.so; + +Please refer to the module documentation for further details: +https://github.com/61131/nginx-http-auth-totp +EOM +} +] |