diff --git a/deploy/Caddyfile b/deploy/Caddyfile index 85b8c71..5e6c0c9 100644 --- a/deploy/Caddyfile +++ b/deploy/Caddyfile @@ -17,7 +17,8 @@ emigriffith.dev { # Thermograph — the app serves all pages, assets, and API under /thermograph. # Match both the bare prefix and everything beneath it; the app redirects the # bare /thermograph to /thermograph/. - handle /thermograph /thermograph/* { + @thermograph path /thermograph /thermograph/* + handle @thermograph { reverse_proxy 127.0.0.1:8137 }