Were rolling with it

This commit is contained in:
Timothy Pidashev
2024-03-11 08:54:21 -07:00
parent 47bbbb01fa
commit 1c255069e7
24 changed files with 1134 additions and 2 deletions

View File

@@ -13,3 +13,19 @@ timmypidashev.localhost {
reverse_proxy landing:8000
}
}
about.timmypidashev.localhost {
encode gzip
reverse_proxy about:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy about:8000
}
}