File

.busted @ 11126:cc6b1dab01a2

mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats)
author Kim Alvefur <zash@zash.se>
date Sat, 03 Oct 2020 15:09:12 +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";
  };
}