This commit is contained in:
2026-05-16 20:33:36 +02:00
parent 96c1029d91
commit 968bf7d102
212 changed files with 954195 additions and 658 deletions

View File

@@ -31,6 +31,13 @@
}
# Alias: /downloads/ (oeffentliche URL lt. Release-Manifest)
handle /downloads/* {
root * /app/release
uri strip_prefix /downloads
file_server
}
# All other requests -> backend API
handle {
reverse_proxy {$BACKEND_UPSTREAM:backend:8000}
}
@@ -71,6 +78,12 @@
}
handle /downloads/* {
root * /app/release
uri strip_prefix /downloads
file_server
}
handle {
reverse_proxy {$BACKEND_UPSTREAM_LOCAL:localhost:8000}
}
}

View File

@@ -31,6 +31,12 @@
}
handle /downloads/* {
root * /app/release
uri strip_prefix /downloads
file_server
}
# All other requests -> backend API
handle {
reverse_proxy {$BACKEND_UPSTREAM:backend:8000}
}
@@ -71,6 +77,12 @@
}
handle /downloads/* {
root * /app/release
uri strip_prefix /downloads
file_server
}
handle {
reverse_proxy {$BACKEND_UPSTREAM_LOCAL:localhost:8000}
}
}