Caddy works

This commit is contained in:
Timothy Pidashev
2024-03-16 23:08:46 -07:00
parent 2fd5c7ec36
commit 6a6804f43a
2 changed files with 1 additions and 15 deletions

View File

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