File

.busted @ 10242:7e5d2a6c9390

mod_offline: Add some debug logging to reduce confusion Where did these messages come from???
author Kim Alvefur <zash@zash.se>
date Sun, 08 Sep 2019 16:48:53 +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";
  };
}