nginx-proxy-manager
nginx-proxy-manager copied to clipboard
I'm trying to block the /admin URL from outside.
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- No
I'm trying to block the /admin URL from outside. Completely blocked from outside and from the local network
Nginx Proxy Manager Version v2.11.1
Menu Custom Nginx Configuration location ~ ^/(admin) { allow 10.11.8.0/24; deny all; }
Completely blocked from outside and from the local network