mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #459] Access List in custom location #386
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#386
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 @Patriciawa on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/459
Is your feature request related to a problem? Please describe.
Right now (as far as I can tell) you can't add an access list to a custom location, only the domain.
Describe the solution you'd like
A option to add an access list to the "Custom Locations" tab. This access list overrides the access list in the "Details" tab, or add an option to override it.
Describe alternatives you've considered
Manually editing the config.
@Patriciawa commented on GitHub (Jun 11, 2020):
I've also noticed that when you have a custom location, it won't force it to https when you have that option enabled in the ssl tab. So I went to the advanced tab and added the following;
The
*means in this case that everything after /customlocation/ will be returned to https. Works like a charm!@chaptergy commented on GitHub (May 12, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/148