mirror of
https://github.com/openziti/zrok.git
synced 2025-01-03 04:29:19 +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
|
||
|
}
|