zrok/etc/caddy/multiple_upstream.Caddyfile

8 lines
155 B
Plaintext
Raw Normal View History

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