Skip to content
Snippets Groups Projects
Commit d445b3ae authored by Ulrik Günther's avatar Ulrik Günther Committed by Richard van der Hoff
Browse files

Update reverse_proxy.rst (#5397)

Updates reverse_proxy.rst with information about nginx' URI normalisation.
parent 59f15309
No related branches found
No related tags found
No related merge requests found
Add information about nginx normalisation to reverse_proxy.rst. Contributed by @skalarproduktraum - thanks!
......@@ -48,6 +48,8 @@ Let's assume that we expect clients to connect to our server at
proxy_set_header X-Forwarded-For $remote_addr;
}
}
Do not add a `/` after the port in `proxy_pass`, otherwise nginx will canonicalise/normalise the URI.
* Caddy::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment