mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #445] Bug in handling localhost #374
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MartinKuhl on GitHub (Jun 3, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/445
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
But when I'm following the http:/app1.localhost/ I get the 502 error message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
openenig the the link http:/app1.localhost/
Screenshots

If applicable, add screenshots to help explain your problem.
Operating System
Docker for Windows
@theraw commented on GitHub (Jun 8, 2020):
i don't see any kind of error.
You should learn read more and understand that
app1.localhostyou have to add docker container ip into your 'hosts' and not127.0.0.1 app1.localhostcurl http://127.0.0.1:8001from inside nginx-proxy-manager container.@MartinKuhl commented on GitHub (Jun 9, 2020):
I have to edit the host file
@hgareeballa commented on GitHub (Jul 27, 2023):
I have the same issue !
i can only access services using public ip,, but not with local host
note that i can crul these services with no issues using command line !