We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist
jc21/nginx-proxy-manager:latest
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:
Expected behavior The page should load instead of getting a blank page
Operating System Windows 11, Debian 12 and Android 14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
jc21/nginx-proxy-manager:latest
docker image?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:
Expected behavior
The page should load instead of getting a blank page
Operating System
Windows 11, Debian 12 and Android 14
The text was updated successfully, but these errors were encountered: