Skip to content

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

Open
@Darknicks

Description

@Darknicks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions