mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
16 lines
204 B
Caddyfile
16 lines
204 B
Caddyfile
timmypidashev.localhost {
|
|
encode gzip
|
|
|
|
reverse_proxy landing:3000
|
|
|
|
@backend_routes {
|
|
path /_event/*
|
|
path /_upload
|
|
path /ping
|
|
}
|
|
|
|
handle @backend_routes {
|
|
reverse_proxy landing:8000
|
|
}
|
|
}
|