File

.busted @ 10574:f70c874b7936

mod_http_errors: Use text from util.errror object if included This makes util.error objects useful for more than just an error code container.
author Kim Alvefur <zash@zash.se>
date Sun, 29 Dec 2019 22:20:51 +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";
  };
}