zrok/simple_reverse_proxy.Caddyfile
2024-11-15 17:55:13 +00:00

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
}