zrok/etc/caddy/simple_reverse_proxy.Caddyfile

12 lines
181 B
Plaintext
Raw Normal View History

# global config must be first
{
# no listen on 2019/tcp with admin API
admin off
}
# zrok site block
http:// {
2023-08-28 20:56:54 +02:00
bind {{ .ZrokBindAddress }}
2023-08-28 20:49:20 +02:00
reverse_proxy 127.0.0.1:3000
}