diff --git a/Dockerfile.base b/Dockerfile.base index 1a4bce5..948bedc 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -70,6 +70,7 @@ RUN printf '%s\n' \ ' proxy_cache off;' \ ' proxy_request_buffering off;' \ ' chunked_transfer_encoding on;' \ +' gzip off;' \ ' proxy_connect_timeout 600s;' \ ' proxy_send_timeout 600s;' \ ' proxy_read_timeout 600s;' \ diff --git a/Dockerfile.base.local b/Dockerfile.base.local index 3b46f6e..a512f9f 100644 --- a/Dockerfile.base.local +++ b/Dockerfile.base.local @@ -74,6 +74,7 @@ RUN printf '%s\n' \ ' proxy_cache off;' \ ' proxy_request_buffering off;' \ ' chunked_transfer_encoding on;' \ +' gzip off;' \ ' proxy_connect_timeout 600s;' \ ' proxy_send_timeout 600s;' \ ' proxy_read_timeout 600s;' \