nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

I'm trying to block the /admin URL from outside.

Open wolfktl opened this issue 1 year ago • 0 comments

  • 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
  • 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

wolfktl avatar Feb 19 '24 08:02 wolfktl