mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 04:09:56 +02:00
Fix #932: Updated docs to ensure streaming works when using Minio/S3 and DSub
This commit is contained in:
parent
d833fba747
commit
e82dda302f
6 changed files with 28 additions and 6 deletions
|
@ -91,6 +91,8 @@ server {
|
|||
# media files in a S3 bucket
|
||||
# location ~ /_protected/media/(.+) {
|
||||
# internal;
|
||||
# # Needed to ensure DSub auth isn't forwarded to S3/Minio, see #932
|
||||
# proxy_set_header Authorization "";
|
||||
# proxy_pass $1;
|
||||
# }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue