Description
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:
- Go Proxy Hosts
- Click on Add Proxy Host
- Add the details
Expected behavior
The page should load instead of getting a blank page
Operating System
Windows 11, Debian 12 and Android 14