-
Notifications
You must be signed in to change notification settings - Fork 3.1k
How to redirect FROM a subfolder to a backend service #3950
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
Comments
Hey @Chaxiraxi So what do you mean with "redirect"? If yes, the first one is pretty easy. |
Oh well... This Reddit post answered my question I guess... Nginx Proxy Manger doesn't have the feature by default for this very specific, yet common and useful case. I'll come back to the good old manual Nginx configuration then I guess. |
I don't understand how custom locations work. I want to redirect as follows:
admin.example.com/phpmyadmin/ -> http://phpmyadmin:80/
admin.example.com/pihole/ -> http://pihole:80/admin/
The custom locations seems to be able to redirect only from subdomains to subfolders, but not the opposite...
The text was updated successfully, but these errors were encountered: