-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Comments
|
Thanks for replying.
Just been doing some research since my first post. It's seems NPM is not capable of supporting subfolders? |
I don't know about subfolders in NPM, not using this kind of solution so you need to wait on 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. Thanks for your help mate. |
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.
The text was updated successfully, but these errors were encountered: