Mercurial > prosody-modules
comparison mod_e2e_policy/README.markdown @ 2863:f3485eb9cb8b
Fix typo in config (thanks, kousu)
author | Jonas Wielicki <jonas@wielicki.name> |
---|---|
date | Fri, 12 Jan 2018 09:01:25 +0100 |
parents | 1815bf8b3cf9 |
children |
comparison
equal
deleted
inserted
replaced
2862:933049a60ce6 | 2863:f3485eb9cb8b |
---|---|
7 ============= | 7 ============= |
8 | 8 |
9 Enable the module as any other: | 9 Enable the module as any other: |
10 | 10 |
11 modules_enabled = { | 11 modules_enabled = { |
12 "mod_e2e_policy"; | 12 "e2e_policy"; |
13 } | 13 } |
14 | 14 |
15 You can then set some options to configure your desired policy: | 15 You can then set some options to configure your desired policy: |
16 | 16 |
17 Option Default Description | 17 Option Default Description |