This commit is contained in:
MangoPig
2026-05-10 16:47:34 +01:00
commit 0fdec18a15
16 changed files with 6944 additions and 0 deletions

13
Caddyfile Normal file
View File

@@ -0,0 +1,13 @@
{
auto_https off
}
:80 {
handle /health {
respond "ok" 200
}
handle {
reverse_proxy {$FRONTEND_UPSTREAM}
}
}