File

.busted @ 13108:6cd768e6ac7c

mod_admin_shell: Show internal URL in addition to external in http:list To help with configuring reverse proxies.
author Kim Alvefur <zash@zash.se>
date Wed, 24 May 2023 14:49:29 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}