-
Notifications
You must be signed in to change notification settings - Fork 3k
Access list working only with "manual" workarounds #3577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Issue is now considered stale. If you want to keep it open, please comment 👍 |
Is this resolved in the current "latest"? |
@zhouguiheng do you use version 2.11.1 or another? |
I'm on |
Both 2.12.1 and 2.12.2 (latest) have this issue |
great ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Proxy hosts with attached ACLs has strange bahaviour, more exactly ACLs does not work as expected;
I will describe two stirngs of steps, because i think the two has common root cuse
Nginx Proxy Manager Version
v2.11.1
To Reproduce
Steps to reproduce the behavior #1:
(satisfy statement has the value as it was set ACL)
8. because of the incorrect location the proxy host does not work - getting error 403;
9.1. open edit Proxy Host and simply save it, without any changes, the location statement is written correctly and proxy host works as expected;
9.2. open edit ACL, and simply save it, without any changes, the location statement is written correctly but poxy host does not work correctly because nginx does not pick up the new config: it must be restarted for example with a killall in container console.
Steps to reproduce the behavior #2:
6.1 HOST1 is not working in browser (it is OK because we disabled it, right?)
Expected behavior
The logic behind the actions generating config files for proxy hosts and reloading nginx should be correlated:
Screenshots
Operating System
Rocky Linux 9.3
Additional context
browser cache was cleared before single every test step
The text was updated successfully, but these errors were encountered: