mirror of
https://github.com/distribution/distribution.git
synced 2025-09-17 23:59:57 +00:00
Merge pull request #2368 from monikakatiyar16/patch-1
Added nginx config for uploading large sized blobs
This commit is contained in:
@@ -4,3 +4,6 @@ proxy_set_header X-Real-IP $remote_addr; # pass on real client's IP
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_read_timeout 900;
|
||||
proxy_send_timeout 300;
|
||||
proxy_request_buffering off; (see issue #2292 - https://github.com/moby/moby/issues/2292)
|
||||
proxy_http_version 1.1;
|
||||
|
Reference in New Issue
Block a user