zrok/etc/caddy/multiple_upstream.Caddyfile
2023-08-31 14:05:13 -04:00

8 lines
155 B
Plaintext

http:// {
bind {{ .ZrokBindAddress }}
reverse_proxy /google/* https://google.com
reverse_proxy /* 127.0.0.1:3000 {
header_up Host localhost:3000
}
}