mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix(supabase): fix TUS resumable upload 401 by adding leading slash to TUS_URL_PATH
This commit is contained in:
parent
9d834f622c
commit
6cf8555f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1164,7 +1164,7 @@ services:
|
|||
- UPLOAD_FILE_SIZE_LIMIT=524288000
|
||||
- UPLOAD_FILE_SIZE_LIMIT_STANDARD=524288000
|
||||
- UPLOAD_SIGNED_URL_EXPIRATION_TIME=120
|
||||
- TUS_URL_PATH=upload/resumable
|
||||
- TUS_URL_PATH=/upload/resumable
|
||||
- TUS_MAX_SIZE=3600000
|
||||
- ENABLE_IMAGE_TRANSFORMATION=true
|
||||
- IMGPROXY_URL=http://imgproxy:8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue