You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
Are you sure you're not using someone else's docker image?
If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network?
Describe the bug
I am trying to use 10.0.0.1/24 in IP Access List because my local network is configured with that IP and I want to allow some proxy sites only from my local network
But nginx throwing some error
2020/12/07 12:51:21 [warn] 193#193: low address bits of 10.0.0.1/24 are meaningless in /data/nginx/proxy_host/4.conf:47
To Reproduce
Create an Access List With the IP 10.0.0.1/24
Expected behavior
IP Allow list should work
Screenshots
Operating System
Ubuntu
The text was updated successfully, but these errors were encountered:
your subnet is 10.0.0.0/24 and not 10.0.0.1/24 if yout configure your subnet right in the access list it will work.
There's no such network as 10.0.0.1/24, because it doesn't start on a legitimate boundary between /24 network ranges. The last bit of the address is set, but is meaningless in this context. The correct address would be 10.0.0.0/24, which means the range from 10.0.0.0 to 10.0.0.255
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
I am trying to use
10.0.0.1/24
in IP Access List because my local network is configured with that IP and I want to allow some proxy sites only from my local networkBut nginx throwing some error
To Reproduce
10.0.0.1/24
Expected behavior
IP Allow list should work
Screenshots

Operating System
Ubuntu
The text was updated successfully, but these errors were encountered: