zrok/etc/caddy/multiple_upstream.Caddyfile

12 lines
213 B
Plaintext
Raw Normal View History

2023-08-31 20:05:13 +02:00
http:// {
bind {{ .ZrokBindAddress }}
handle_path /zrok/* {
reverse_proxy https://zrok.io {
header_up Host zrok.io
}
}
2023-08-31 20:05:13 +02:00
reverse_proxy /* 127.0.0.1:3000 {
header_up Host localhost:3000
}
}