Skip to content
Snippets Groups Projects
Unverified Commit 6b6e2e88 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed resolver.

parent 568831e6
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ server {
# Comment the previous location and uncomment this one if you're storing
# media files in a S3 bucket
location ~ /_protected/media/(.+) {
#resolver 10.0.0.2;
resolver 10.0.0.2;
internal;
# Needed to ensure DSub auth isn't forwarded to S3/Minio, see #932
proxy_set_header Authorization "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment