Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help: Url base #363

Closed
joelang1699 opened this issue Apr 11, 2020 · 4 comments
Closed

Help: Url base #363

joelang1699 opened this issue Apr 11, 2020 · 4 comments

Comments

@joelang1699
Copy link

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
Copy link

  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?

@joelang1699
Copy link
Author

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?

@nightcomdev
Copy link

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
Copy link
Author

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.
#104

Thanks for your help mate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants