# HG changeset patch # User Marco Cirillo # Date 1331321527 0 # Node ID d9709ca32230a7f202de8a57ac9f139ef168cbf8 # Parent 36f475bd64250382db8b0cb01ed1aec5bddbc9b9 corrected wiki. diff -r 36f475bd6425 -r d9709ca32230 mod_cleanup_http.wiki --- 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 =