mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #304] Access Restriction not applied when custom locations are used #269
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#269
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 @lekoOwO on GitHub (Feb 22, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/304
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
To Reproduce
Steps to reproduce the behavior:
Define locationfield ==/and fields else is as same as the one inDetailstab.Detailstab.Expected behavior
Access list should work.
Operating System
@lekoOwO commented on GitHub (Feb 22, 2020):
I think adding a
location /block for user to edit is a good idea in order to add CORS header which prevents overriding the access list settings.@netcop82 commented on GitHub (Feb 23, 2020):
I don't know if this is related, but after version 2.1.1 all my proxies just stopped working. They show as active (green light), but don't work. I have custom location
/set on all of them.@lekoOwO commented on GitHub (Feb 23, 2020):
Mine works as well, might not related. :hmm:
@jc21 commented on GitHub (Feb 23, 2020):
@netcop82 if you suspect it's 2.1.1, downgrade to the
2.0.14tag and see if things are magically working agian.@wtf911 commented on GitHub (Apr 15, 2020):
@jc21 not to piggy back off this but I feel the problem is a larger any custom locations aren't have the access list applied to them. If I have an access list applied and go to www.test.com I get prompted for a password. But if I go to www.test.com/qbittorrent/ it takes me right to it without asking for a password.
@chaptergy commented on GitHub (May 11, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/148