mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
16 lines
165 B
Caddyfile
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
|
|
}
|
|
}
|