zrok/etc/caddy/simple_reverse_proxy.Caddyfile

5 lines
71 B
Plaintext
Raw Permalink Normal View History

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
}