mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #4767] 🐞 Bug: Editing Proxy Host from IP to Hostname Does Not Update Nginx Configuration #3008
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#3008
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 @heyvoon on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4767
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
When editing an existing Proxy Host to change the "Forward Hostname / IP" field from an IP address to a new domain name (to convert it from a forward proxy to a reverse proxy), the change does not take effect. The Nginx configuration file is not updated correctly, and requests continue to be forwarded to the old IP address. The only reliable workaround is to delete the proxy host entry and create a new one.
Nginx Proxy Manager Version
v2.12.6
To Reproduce
Steps to reproduce the behavior:
192.168.1.100:8080).my-internal-service.local).192.168.1.100:8080), not the new domain name (my-internal-service.local).Expected behavior
After saving the changes, the Nginx configuration should be regenerated to forward traffic to the new domain name specified in the "Forward Hostname / IP" field. The change should be immediate and effective after a configuration reload.
Screenshots
(Not applicable for this text-based report, but could show the edit form and the resulting incorrect config file)
Operating System
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"Additional context
@Araflologo commented on GitHub (Nov 23, 2025):
I have the same problem if you create a Proxy host using a hostname it will not create any configs.
If i use either the docker hostname or .local / .lan it does not work. Full domains still work