This commit is contained in:
nora 2025-08-02 17:53:39 +02:00
parent a28250072d
commit 0de4065960
2 changed files with 4 additions and 2 deletions

View file

@ -55,7 +55,9 @@ olat.noratrieb.dev:8088 {
upload.files.noratrieb.dev {
log
encode zstd gzip
reverse_proxy * localhost:3050
# we need HTTP/2 here because the server doesn't work with HTTP/1.1
# because it will send early 401 responses during the upload without consuming the body
reverse_proxy * h2c://localhost:3050
}
################################################################

View file

@ -5,5 +5,5 @@
"pretense": "270b01fc1118dfd713c1c41530d1a7d98f04527d",
"quotdd": "e922229e1d9e055be35dabd112bafc87a0686548",
"does-it-build": "81790825173d87f89656f66f12a123bc99e2f6f1",
"upload.files.noratrieb.dev": "eb7a893ba82455cfc0217e4ef177ead16d118583"
"upload.files.noratrieb.dev": "90f6a6a82fb24c61fd19643d383ea7c8415f558a"
}