Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down
4 changes: 2 additions & 2 deletions proxy/conf/nginx/templates/nginx.conf.web.http.template
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down Expand Up @@ -376,7 +376,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down
4 changes: 2 additions & 2 deletions proxy/conf/nginx/templates/nginx.conf.web.https.template
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down Expand Up @@ -388,7 +388,7 @@ server
proxy_set_header Host $virtual_host;

# Location header fudging
# Because NGINX SSL speaks plain HTTP to upstream, zimbraReverseProxyAvailableLookupTargetstherefore any
# Because NGINX SSL speaks plain HTTP to upstream, therefore any
# redirects to http:// coming from the upstream need to be fudged
# to https://
#
Expand Down