diff --git a/config/Caddyfile b/config/Caddyfile index b753142..5a7c77e 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -83,6 +83,10 @@ reverse_proxy http://roguemini.housh.dev:8888 } + @calendar host calendar.housh.dev + handle @calendar { + reverse_proxy http://frankenmini.housh.dev:5232 + } }