File

.busted @ 10463:fbeb7a3fc4eb

core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)
author Kim Alvefur <zash@zash.se>
date Fri, 29 Nov 2019 23:24:14 +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";
  };
}