File

.busted @ 11990:6f4790b8deec

mod_http_file_share: Switch to mod_cron for periodic tasks
author Kim Alvefur <zash@zash.se>
date Mon, 22 Nov 2021 14:54:32 +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";
  };
}