[GH-ISSUE #363] Help: Url base #310

Closed
opened 2026-02-26 06:32:13 +03:00 by kerem · 4 comments
Owner

Originally created by @joelang1699 on GitHub (Apr 11, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/363

Hope someone can help.

I have multiple services runnings which I'd like to reverse proxy. I'm currently using nginx on an Ubuntu VM which I'd like to replace with NPM.

This is my current setup....

http://myservername/radarr to http://service-ip:port
http://myservername/ombi to http://service-ip:port

If I try and do this in NPM I just get a 404 return. I know it can be achieved using subdomains which I'd like to avoid. Can someone please tell me how to do this in NPM.

Originally created by @joelang1699 on GitHub (Apr 11, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/363 Hope someone can help. I have multiple services runnings which I'd like to reverse proxy. I'm currently using nginx on an Ubuntu VM which I'd like to replace with NPM. This is my current setup.... http://myservername/radarr to http://service-ip:port http://myservername/ombi to http://service-ip:port If I try and do this in NPM I just get a 404 return. I know it can be achieved using subdomains which I'd like to avoid. Can someone please tell me how to do this in NPM.
kerem closed this issue 2026-02-26 06:32:13 +03:00
Author
Owner

@nightcomdev commented on GitHub (Apr 11, 2020):

  1. https://nginxproxymanager.com/setup/ did you follow this Guide?
  2. Did you add domain with A record at your domain provider?
  3. Ports 80 and 443 on your modem/router forward traffic to NPM?
<!-- gh-comment-id:612531167 --> @nightcomdev commented on GitHub (Apr 11, 2020): 1. https://nginxproxymanager.com/setup/ did you follow this Guide? 2. Did you add domain with A record at your domain provider? 3. Ports 80 and 443 on your modem/router forward traffic to NPM?
Author
Owner

@joelang1699 commented on GitHub (Apr 11, 2020):

Thanks for replying.

  1. NPM is in a docker and is ready to run.

  2. The domain is setup properly as I'm currently using CLI nginx.

  3. All the ports are setup correctly it's simply the configuration of NPM I'm having trouble with.

Just been doing some research since my first post. It's seems NPM is not capable of supporting subfolders?

<!-- gh-comment-id:612533966 --> @joelang1699 commented on GitHub (Apr 11, 2020): Thanks for replying. 1. NPM is in a docker and is ready to run. 2. The domain is setup properly as I'm currently using CLI nginx. 3. All the ports are setup correctly it's simply the configuration of NPM I'm having trouble with. Just been doing some research since my first post. It's seems NPM is not capable of supporting subfolders?
Author
Owner

@nightcomdev commented on GitHub (Apr 11, 2020):

I don't know about subfolders in NPM, not using this kind of solution so you need to wait on author.
You can make workaround on web server side, to listen domains (addresses) and forward to correct folder - this should work.

<!-- gh-comment-id:612534943 --> @nightcomdev commented on GitHub (Apr 11, 2020): I don't know about subfolders in NPM, not using this kind of solution so you need to wait on author. You can make workaround on web server side, to listen domains (addresses) and forward to correct folder - this should work.
Author
Owner

@joelang1699 commented on GitHub (Apr 12, 2020):

So I got it working...partially. Some services work perfectly, others don't. I still have my functioning standard nginx installation which dodes work.

The thread below details the use of subfolders by the author.
https://github.com/jc21/nginx-proxy-manager/issues/104

Thanks for your help mate.

<!-- gh-comment-id:612668345 --> @joelang1699 commented on GitHub (Apr 12, 2020): So I got it working...partially. Some services work perfectly, others don't. I still have my functioning standard nginx installation which dodes work. The thread below details the use of subfolders by the author. https://github.com/jc21/nginx-proxy-manager/issues/104 Thanks for your help mate.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#310
No description provided.