mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #3669] Enable Individual auth_basic Configuration for Different Locations within the Same Site in Nginx Proxy Manager #2430
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#2430
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 @pwddd on GitHub (Apr 1, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3669
Is your feature request related to a problem? Please describe.
I encountered an issue when using auth_basic for access control in Nginx Proxy Manager, as it can conflict with application-level Auth since they both use the same request header. Therefore, I would like to propose a new feature that allows for configuring auth_basic separately for each location block. This would enable disabling auth_basic for specific locations.
Describe the solution you'd like
I would like the ability to configure auth_basic at the location level in Nginx Proxy Manager. This means having the option to disable auth_basic for specific location blocks while leaving it enabled for others.
Describe alternatives you've considered
One alternative is to manually modify the Nginx configuration files generated by Nginx Proxy Manager, but this is not ideal as it requires manual intervention and may be overwritten by configuration changes in Nginx Proxy Manager.
Additional context
This feature would provide more flexibility in access control configurations for users of Nginx Proxy Manager, especially in scenarios where auth_basic conflicts with application-level authentication mechanisms.
@github-actions[bot] commented on GitHub (Oct 26, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@Egor3f commented on GitHub (Sep 15, 2025):
👍