mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
# global config must be first
|
|
{
|
|
# no listen on 2019/tcp with admin API
|
|
admin off
|
|
}
|
|
|
|
# zrok site block
|
|
http:// {
|
|
bind {{ .ZrokBindAddress }}
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|