16 lines
196 B
Caddyfile
16 lines
196 B
Caddyfile
timmypidashev.localhost {
|
|
encode gzip
|
|
|
|
reverse_proxy web:3000
|
|
|
|
@backend_routes {
|
|
path /_event/*
|
|
path /_upload
|
|
path /ping
|
|
}
|
|
|
|
handle @backend_routes {
|
|
reverse_proxy web:8000
|
|
}
|
|
}
|