mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #363] Help: Url base #310
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#310
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@nightcomdev commented on GitHub (Apr 11, 2020):
@joelang1699 commented on GitHub (Apr 11, 2020):
Thanks for replying.
NPM is in a docker and is ready to run.
The domain is setup properly as I'm currently using CLI nginx.
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?
@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.
@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.