mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 00:19:54 +03:00
parent
5983935f84
commit
0a6d08bfdd
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ server {
|
||||||
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
|
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
|
||||||
proxy_ssl_server_name on;
|
proxy_ssl_server_name on;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
# Fix push and pull of large images: see Issue #282 (https://github.com/Joxit/docker-registry-ui/issues/282)
|
||||||
|
proxy_request_buffering off;
|
||||||
proxy_ignore_headers "X-Accel-Buffering";
|
proxy_ignore_headers "X-Accel-Buffering";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue