zrok/etc/caddy/multiple_upstream.Caddyfile
2023-09-07 13:58:37 -04:00

12 lines
213 B
Plaintext

http:// {
bind {{ .ZrokBindAddress }}
handle_path /zrok/* {
reverse_proxy https://zrok.io {
header_up Host zrok.io
}
}
reverse_proxy /* 127.0.0.1:3000 {
header_up Host localhost:3000
}
}