diff --git a/frontend/CaddyfileRemote b/frontend/CaddyfileRemote index 25db400c47..fceb5be316 100644 --- a/frontend/CaddyfileRemote +++ b/frontend/CaddyfileRemote @@ -1,6 +1,6 @@ http://localhost { bind {$ADDRESS} - reverse_proxy /api/* https://teracapital.windmill.dev { + reverse_proxy /api/* https://app.windmill.dev { header_up Host {http.reverse_proxy.upstream.hostport} header_down Set-Cookie windmill.dev localhost } @@ -10,7 +10,7 @@ http://localhost { https://localhost { bind {$ADDRESS} - reverse_proxy /ws/* https://teracapital.windmill.dev { + reverse_proxy /ws/* https://app.windmill.dev { header_up Host {http.reverse_proxy.upstream.hostport} } }