Re: proxy_pass generates double slash

2016-09-29 Thread Francis Daly
On Thu, Sep 29, 2016 at 10:27:29AM +0200, rai...@ultra-secure.de wrote: Hi there, > As I found out, this is achieved by adding a slash at the end of the > proxy_pass directive. That's not quite correct. The documentation is at http://nginx.org/r/proxy_pass You almost certainly want to have the

proxy_pass generates double slash

2016-09-29 Thread rainer
Hi, I need to proxy a location and remove the location-URL at the same time. As I found out, this is achieved by adding a slash at the end of the proxy_pass directive. This works almost as intended, but it adds a double-slash to the beginning of the URL as it arrives on the other server.