nginx-proxy-manager
nginx-proxy-manager copied to clipboard
How do I use path base routing
I want to point example.mydomain:8080/portainer
to http://portainer:8443
Image
Edit: It appears port is causing problem, not even this works portainer.mydomain:8080
to http://portainer:8443
Edit: It appears port is causing problem, not even this works
portainer.mydomain:8080
tohttp://portainer:8443
Portainer is listening for http requests on port 9000 and for https request on port 9443.
I want to point
example.mydomain:8080/portainer
tohttp://portainer:8443
Image
Under Edit Proxy Host
, you enter only your domain without any subpaths in the Domain Names
field. In the same same menu, change to Custom Location
. There you setup your subpath like you did in your picture.
should
I have managed it. I had to add following on advanced tab: listen 8080 ssl http2;
I have managed it. I had to add following on advanced tab: listen 8080 ssl http2;
Note that 8080 is an alt port for http, not for https. You might get weird behavior with some services this way.
Otherwise this works, yes, but you are not really changing the port NGINX listens on, you just added another one.
Thanks for the clarification
Issue is now considered stale. If you want to keep it open, please comment :+1: