File

.busted @ 10728:2764beb552cd

mod_bosh, mod_websocket: Add config options to override GET responses
author Matthew Wild <mwild1@gmail.com>
date Mon, 20 Apr 2020 11:30:59 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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