caddy update

This commit is contained in:
Timothy Pidashev
2024-03-16 22:52:40 -07:00
parent b87d34410a
commit 2fd5c7ec36
3 changed files with 1 additions and 1 deletions

15
caddyfile.dev Normal file
View File

@@ -0,0 +1,15 @@
timmypidashev.localhost {
encode gzip
reverse_proxy web:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy web:8000
}
}