# HG changeset patch # User Marco Cirillo # Date 1335732055 0 # Node ID 39306c770d7d1de0fdb6893b5602fa82ac3ad40f # Parent 26e61a9afb5c35d9b33cf5ab682ffd8c374f8b4b mod_server_status: remove module:set_global, with the default_host handler it's not required. diff -r 26e61a9afb5c -r 39306c770d7d mod_server_status/mod_server_status.lua --- a/mod_server_status/mod_server_status.lua Sun Apr 29 20:29:07 2012 +0000 +++ b/mod_server_status/mod_server_status.lua Sun Apr 29 20:40:55 2012 +0000 @@ -2,7 +2,6 @@ -- Display server stats in readable XML or JSON format module:depends("http") -module:set_global() local base_path = module:get_option_string("server_status_basepath", "/server-status/") local show_hosts = module:get_option_array("server_status_show_hosts", nil)