From 6b6e2e88bd3a0bdeda57628c527374dec99b6059 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 25 Jul 2021 07:57:35 -0400
Subject: [PATCH] Fixed resolver.

---
 01-copy-default-entry.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/01-copy-default-entry.sh b/01-copy-default-entry.sh
index a0bf802..a764f12 100755
--- a/01-copy-default-entry.sh
+++ b/01-copy-default-entry.sh
@@ -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 "";
-- 
GitLab