fix(docker): unexpected EOF errors when pulling large images (#152)

This commit is contained in:
Joe Bureau 2020-10-24 16:21:55 -07:00 committed by GitHub
parent b8802ef7ab
commit d87cd44a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ server {
chunked_transfer_encoding on;
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
proxy_ssl_server_name on;
proxy_buffering off;
proxy_ignore_headers "X-Accel-Buffering";
location / {
root /usr/share/nginx/html;