Reverse Proxy - Redirect Fails Without Trailing Slash

Hello,

I’m having a bit of trouble setting up a reverse proxy.

Here is my configuration:

192.168.1.200:4123/duplicati {
proxy / localhost:8200 {
transparent
}

}

If I go to this URL, it fails: http://192.168.1.200:4123/duplicati
The error returned in the browser is 404 Site 192.168.1.200:4123 is not served on this interface

However, it works if I go to this URL instead: http://192.168.1.200:4123/duplicati/

The only difference in the URL’s is the trailing slash. Any ideas where my configuration is wrong?

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.