File

.busted @ 11326:1ecda954fe97

mod_http_file_share: Strip authorization type prefix a bit earlier
author Kim Alvefur <zash@zash.se>
date Wed, 27 Jan 2021 18:26:24 +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";
  };
}