mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1723] How to whitelist IP for the admin gui #1282
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#1282
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 @jayjupdhig on GitHub (Jan 3, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1723
we have an external plesk server and we would only allow the proxy manager via that ip on port 81. how to realize?
@chaptergy commented on GitHub (Jan 3, 2022):
Please stop. This issue tracker is not your personal support chat. We can't help with every small little hiccup you experience. Debug a little yourself. Google the problem. Look for already existing issues. Just try out different things. A few of the issues you have opened in the past hours wouldn't have been necessary if you had googled the problem. For help with specific proxy setups, there is the reddit community. This issue tracker is only for bugs and feature requests.
But to answer your question, you can do it easily through port 80 / 443 by creating a proxy host with an access list. (Note, you might need https://github.com/jc21/nginx-proxy-manager/discussions/1724). Add this IP in the access list. Unexpose / remove port 81 in the docker compose.
If it is absolutely necessary to keep it on port 81, there is no other way than to mount a different
production.confinto the container to/etc/nginx/conf.d/production.conf, which contains a modified nginx config with an allow and deny directive.@jayjupdhig commented on GitHub (Jan 11, 2022):
Another question HERE: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1736