File

.busted @ 11343:f125ac529c22

mod_http_file_share: Clarify log message No expired ... what? Could be inferred from the module logging it, but better to be explicit.
author Kim Alvefur <zash@zash.se>
date Sat, 30 Jan 2021 17:35:13 +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";
  };
}