mirror of
https://github.com/distribution/distribution.git
synced 2025-07-31 22:55:29 +00:00
Merge 850f5a1f02
into da404778ed
This commit is contained in:
commit
2e0b809cdc
@ -142,6 +142,7 @@ Review the [requirements](../#requirements), then follow these steps.
|
||||
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_set_header X-Forwarded-Ssl off;
|
||||
proxy_read_timeout 900;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user