File

.busted @ 11394:420787340339

mod_http_file_share: Return a message from the base URL
author Kim Alvefur <zash@zash.se>
date Sun, 21 Feb 2021 06:49:11 +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";
  };
}