zrok/etc/caddy/multiple_upstream.Caddyfile

8 lines
150 B
Plaintext
Raw Normal View History

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