From e343cae2db3c0c6d528b21cbea0f0d91cd06c20b Mon Sep 17 00:00:00 2001 From: Abdelmalek Ihdene <52615297+AbdelmalekIhdene@users.noreply.github.com> Date: Sun, 17 Nov 2019 11:12:08 -0500 Subject: [PATCH] Reverse proxy gotchas and directive clarifications --- v2:-Documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 482b419..c179610 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -771,6 +771,7 @@ transport http { keepalive_idle_conns } ``` +When defining a `tls` directive in the scope of a `transport` object nested inside a `reverse_proxy` object, make sure the upstreams are configured for HTTPS traffic or else you will get a `TLS handshake` error. FastCGI transport options: @@ -791,6 +792,7 @@ Issue an HTTP redirect. ``` redir [] to [|permanent|temporary] ``` +May cause infinite redirection loops (`Secure Connection Failed`) so be wary of carelessly defining `redir` directives ##### rewrite