Files
timmypidashev.dev/Caddyfile.dev
T

16 lines
165 B
Caddyfile

{
auto_https off
}
127.0.0.1:80 {
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy landing:3000
}
}