File

.busted @ 11391:8eff5c744395

mod_bosh: Use message template from mod_http_error Looking Good! And most importantly, consistent.
author Kim Alvefur <zash@zash.se>
date Sun, 21 Feb 2021 06:17:40 +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";
  };
}