2023-08-31 20:05:13 +02:00
|
|
|
http:// {
|
|
|
|
bind {{ .ZrokBindAddress }}
|
2023-09-07 19:58:37 +02:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|