[GH-ISSUE #434] 2.3.0 - Access list allow rules not applying to nginx config files. #364

Closed
opened 2026-02-26 06:32:33 +03:00 by kerem · 2 comments
Owner

Originally created by @Chewza on GitHub (May 29, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/434

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    Yes
  • Are you sure you're not using someone else's docker image?
    Yes
  • If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network?
    Yes

Describe the bug
2.3.0 does not apply the ALLOWED IP access lists to the individual nginx config files.

To Reproduce
Steps to reproduce the behavior:

  1. Create access list with IP address with ALLOW rule.
  2. Attach rule to proxy_host
  3. Observe that no Allow rule is created above the deny all rule.

Expected behavior
Specified allow rules should apply above the default deny all;

Issue not present in 2.2.4 branch.

Originally created by @Chewza on GitHub (May 29, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/434 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? Yes - Are you sure you're not using someone else's docker image? Yes - If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network? Yes **Describe the bug** 2.3.0 does not apply the ALLOWED IP access lists to the individual nginx config files. **To Reproduce** Steps to reproduce the behavior: 1) Create access list with IP address with ALLOW rule. 2) Attach rule to proxy_host 3) Observe that no Allow rule is created above the deny all rule. **Expected behavior** Specified allow rules should apply above the default deny all; Issue not present in 2.2.4 branch.
kerem 2026-02-26 06:32:33 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Subv commented on GitHub (May 30, 2020):

Could you try #435 please? it seems to fix the issue

<!-- gh-comment-id:636254995 --> @Subv commented on GitHub (May 30, 2020): Could you try #435 please? it seems to fix the issue
Author
Owner

@cmitz commented on GitHub (Jun 5, 2020):

Can confirm #435 fixes this issue

<!-- gh-comment-id:639820844 --> @cmitz commented on GitHub (Jun 5, 2020): Can confirm #435 fixes this issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#364
No description provided.