adjust cookie set-header for CaddyfileRemote

This commit is contained in:
Ruben Fiszel
2022-11-18 11:13:58 +01:00
parent 1d772ca21a
commit b98ac00464
+1
View File
@@ -2,6 +2,7 @@ http://localhost {
bind {$ADDRESS}
reverse_proxy /api/* https://app.windmill.dev {
header_up Host {http.reverse_proxy.upstream.hostport}
header_down Set-Cookie windmill.dev localhost
}
reverse_proxy /* http://localhost:3000
}