Mercurial > prosody-wiki
changeset 268:d9709ca32230
corrected wiki.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Fri, 09 Mar 2012 19:32:07 +0000 |
parents | 36f475bd6425 |
children | ab6e20485ab5 |
files | mod_cleanup_http.wiki |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_cleanup_http.wiki Mon Mar 05 16:58:11 2012 +0000 +++ b/mod_cleanup_http.wiki Fri Mar 09 19:32:07 2012 +0000 @@ -11,10 +11,11 @@ Required parameters, example: {{{ +local bosh_mod_name_ports_conf_var_reference = { { interface = { "127.0.0.1" }, port = 5280 } } cleanup_http_modules = { ["bosh_mod_name"] = bosh_mod_name_ports_conf_var_reference, ["bosh_mod_name_unreferenced"] = { { interface = { "127.0.0.1" }, port = 5280 } } } }}} -You can either reference other variables present in the global configuration (see bosh_mod_name above, cleanup_http_modules needs to be placed after those in that case) or duplicate 'em (see bosh_mod_name_unreferenced). +You can either reference other local variables present in the configuration (see above, cleanup_http_modules needs to be placed after those in that case) or duplicate 'em (see bosh_mod_name_unreferenced). = Compatibility =