diff --git a/01-copy-default-entry.sh b/01-copy-default-entry.sh
index a0bf802d23de8bd4d7abe0115b39343653a582bc..a764f129545fdc501bfe52d9fcd003a8614c8065 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 "";