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

Issue with Custom location when trying to mask/hide URL with Nginx Proxy Manager? #4225

Open
Darknicks opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@Darknicks
Copy link

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug

I'm using Nginx Proxy Manager Proxy Hosts option to get HTTPS locally. One of the things I use it for is to convert this: http://10.0.0.10:3001/status/monitor into this https://status.com/status/monitor

It works fine. But when I want to make it so that when I visit https://status.com it shows the page that show up when I go to http://10.0.0.10:3001/status/monitor I get a blank page.

On the details page I have this:
Scheme: http
Forward Hostname / IP: 10.0.0.10
Forward Port: 3001

I tried adding this to the Custom location tab:

Define location
location: /
Scheme: http
Forward Hostname / IP: 10.0.0.10/status/monitor
Forward Port: 3001

But when I do that and I visit https://status.com the page is blank

P.S.
status.com is not the actual domain I'm using.

Nginx Proxy Manager Version
v2.12.1

To Reproduce
Steps to reproduce the behavior:

  1. Go Proxy Hosts
  2. Click on Add Proxy Host
  3. Add the details

Expected behavior
The page should load instead of getting a blank page

Operating System
Windows 11, Debian 12 and Android 14

@Darknicks Darknicks added the bug label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant