File

.busted @ 11865:77bbbd4263d7

mod_http_file_share: Silence luacheck warning
author Kim Alvefur <zash@zash.se>
date Sat, 23 Oct 2021 13:32:01 +0200 (2021-10-23)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}