mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1737] Is it possible to setup LAN_ONLY access to a certain webpage? #1292
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#1292
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 @BobWs on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1737
Hi,
Is it possible to setup LAN_ONLY access to a certain webpage?
e.g. I would like to have LAN-ONLY access to
subdomain.mydomain.com/index.jsonCan anyone point in the right direction.
TIA
@Kieffer87 commented on GitHub (Jan 7, 2022):
You can setup LAN only access by creating a new Access List that allows your LAN subnet(s) for example
192.168.1.0/24The default action is to deny if it doesn't match.Once the Access List has been created, you assign the list to the proxy host.
@BobWs commented on GitHub (Jan 8, 2022):
I have already done that, but the certain page
subdomain.mydomain.com/index.jsonis still accessible from the internet.I also tried to add this into the advanced tab/custom nginx configuration
That is the folder where the index.json file is, but that is not working either.
@BobWs commented on GitHub (Jan 8, 2022):
Sorry my bad!
I totally forgot that I also had this subdomain on a external server, that's why the page was still reachable from the internet.
So when I removed it from the remote server, NPM is working fine with LAN ONLY access list.
Anyway thanks for reaching out!