This commit is contained in:
2024-01-04 09:02:44 +01:00
parent ed19c7c6cb
commit 689c71deb1
48 changed files with 1464 additions and 0 deletions

14
Caddyfile Normal file
View File

@@ -0,0 +1,14 @@
{$DOMAIN}
encode gzip
@backend_routes path /_event/* /_upload /ping
handle @backend_routes {
reverse_proxy app:8000
}
root * /srv
route {
try_files {path} {path}/ /404.html
file_server
}