diff --git a/Caddyfile b/Caddyfile index 238e670..ff09ac4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -13,9 +13,6 @@ } } -(reverse_proxy_host) { -} - (application_base) { import application_logging {args[0]} reverse_proxy host.containers.internal:{args[1]} @@ -49,6 +46,10 @@ # Local DNS is expected to set up and map # these routes. +https://plex.home.karnov.club { + import internal_base "plex" 32401 +} + https://deluge.home.karnov.club { import internal_base "deluge-web" 8112 }