feat(caddy): move routes into site.caddy

This commit is contained in:
hh
2026-08-06 00:50:29 +02:00
parent e887dfc5ce
commit b1848a6620
4 changed files with 19 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
{$BEAVERGRAM_DOMAIN} {
encode zstd gzip
reverse_proxy beavergram-api:8080
}
{$BEAVERGRAM_DEV_DOMAIN} {
encode zstd gzip
reverse_proxy beavergram-frontend:5173
}