mirror of
https://github.com/openziti/zrok.git
synced 2025-01-28 08:49:18 +01:00
8 lines
150 B
Caddyfile
8 lines
150 B
Caddyfile
http:// {
|
|
bind {{ .ZrokBindAddress }}
|
|
reverse_proxy /zrok/* https://zrok.io
|
|
reverse_proxy /* 127.0.0.1:3000 {
|
|
header_up Host localhost:3000
|
|
}
|
|
}
|