Created
September 16, 2023 10:03
-
-
Save Platypuschan/91e945e3a6df721f43ab90110724aeff to your computer and use it in GitHub Desktop.
nginx proxy manager not showing acl login prompt window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I tried every possible combination of configurations in the last two hours. | |
What reliably fixed it for me is this: | |
Creating a "Allow 0.0.0.0/0" rule in the Access List Tab | |
Deactivating "Satisfy Any" in ACL Tab | |
Create a NEW Proxy Host. | |
Deactivating HTST, HTST Subdomains and HTTP/2 in the Proxy Host Tab. Force SSL works for me when everything else is off. | |
And yes. It is crucial to first create the ACL and then create a NEW Proxy Host. Adding the ACL to an existing proxy host will result in 403 error, or in logging in having no effect and login window showing over and over again. | |
Note: When I misconfigured it i had to "clear the site data" in the browser for it to work again once it was configured right. | |
And just in case someone doesn't know (as I did 2h ago). You can auto login if you use this url scheme: | |
https.//username:[email protected]/ | |
Hope this helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment