diff --git a/Caddyfile b/Caddyfile index 765a60a..ebaec90 100644 --- a/Caddyfile +++ b/Caddyfile @@ -19,7 +19,13 @@ git.hubris.network { tls { dns ionos {env.IONOS_AUTH_API_TOKEN} } - reverse_proxy 192.168.8.121:3000 + handle_path /_plantuml/* { + rewrite * /plantuml{uri} + reverse_proxy 192.168.8.205:8079 + } + handle { + reverse_proxy 192.168.8.121:3000 + } } paperless.hubris.network {