mirror of https://github.com/docker/docs.git
Update deploying.md (#3373)
This commit is contained in:
parent
b6431416b2
commit
c3bb42cc5b
|
@ -124,7 +124,7 @@ and fallback to version 1 registries, if necessary. Confirming this is setup
|
||||||
correctly can help avoid problems with fallback.
|
correctly can help avoid problems with fallback.
|
||||||
|
|
||||||
In the same train of thought, you must make sure you are properly sending the
|
In the same train of thought, you must make sure you are properly sending the
|
||||||
`X-Forwarded-Proto`, `X-Forwarded-For` and `Host` headers to their "client-side"
|
`X-Forwarded-Proto`, `X-Forwarded-For`, and `Host` headers to their "client-side"
|
||||||
values. Failure to do so usually makes the registry issue redirects to internal
|
values. Failure to do so usually makes the registry issue redirects to internal
|
||||||
hostnames or downgrading from https to http.
|
hostnames or downgrading from https to http.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue