NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23k stars 2.66k forks source link

It seems that custom location port forwarding is being ignored (or is it my fault but I hope not) #3976

Open Zebnastien opened 2 months ago

Zebnastien commented 2 months ago

Checklist

Describe the bug

Here is what I did: 1) Set a proxy Host with following parameters: image 2) Set a custom location with following parameters: image 3) Note that the adresse masked in red is always the same.

Here is the behaviour: 1) http://sample.test.relis/sandbox redirects to http://sample.test.relis/ on port 80 instead of 4001 2) If I switch proxy host port to 4001, whatever the port in custom location, it goes to 4001

=> My conclusion is that custom location port forwarding is being ignored and using proxy host port instead.

Nginx Proxy Manager Version 2.11.3

Operating System Just NPM running in docker image

And many thanks for this amazing and very useful project!

MeisterBaum commented 2 months ago

Same Here. Nothing is working

Jixel commented 1 month ago

Same here :(