We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983935 commit 0a6d08bCopy full SHA for 0a6d08b
nginx/default.conf
@@ -13,6 +13,8 @@ server {
13
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
14
proxy_ssl_server_name on;
15
proxy_buffering off;
16
+ # Fix push and pull of large images: see Issue #282 (https://github.com/Joxit/docker-registry-ui/issues/282)
17
+ proxy_request_buffering off;
18
proxy_ignore_headers "X-Accel-Buffering";
19
20
location / {
0 commit comments