Skip to content
Snippets Groups Projects
Unverified Commit 44b9a283 authored by Agate's avatar Agate :speech_balloon:
Browse files

Added missing minio-related conf

parent f74dd456
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,8 @@ server { ...@@ -109,6 +109,8 @@ server {
# Comment the previous location and uncomment this one if you're storing # Comment the previous location and uncomment this one if you're storing
# media files in a S3 bucket # media files in a S3 bucket
location ~ /_protected/media/(.+) { location ~ /_protected/media/(.+) {
# Needed to ensure DSub auth isn't forwarded to S3/Minio, see #932
proxy_set_header Authorization "";
internal; internal;
proxy_pass $1; proxy_pass $1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment