Fix #932: Updated docs to ensure streaming works when using Minio/S3 and DSub

This commit is contained in:
Eliot Berriot 2019-10-03 10:58:20 +02:00
parent d833fba747
commit e82dda302f
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 28 additions and 6 deletions

View file

@ -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;
# }