File

.busted @ 10789:e7eb33a5f8d9

mod_admin_telnet: Document HTTP command in internal help
author Kim Alvefur <zash@zash.se>
date Wed, 29 Apr 2020 22:56:35 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}