mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
http:// {
|
|
bind {{ .ZrokBindAddress }}
|
|
reverse_proxy /google/* https://google.com
|
|
reverse_proxy /* 127.0.0.1:3000 {
|
|
header_up Host localhost:3000
|
|
}
|
|
}
|