Skip to content

Commit 0a6d08b

Browse files
committed
ci: disable proxy request buffering (#282)
fixes #282
1 parent 5983935 commit 0a6d08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/default.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ server {
1313
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
1414
proxy_ssl_server_name on;
1515
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;
1618
proxy_ignore_headers "X-Accel-Buffering";
1719

1820
location / {

0 commit comments

Comments
 (0)