blob: d27210fefe571f66275d51649f6259df56558b3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}
]
|