Ingress NGINX Controller with PerimeterX Enforcer
10K+
px-nginx-ingress-controller images are based on Ingress NGINX Controller
amd64All images use the following naming/versioning schema: px-nginx-ingress-controller:vX.X.X-Y.Y.Y-Z
Where:
vX.X.X: is ingress-nginx version (ChangeLog: https://github.com/kubernetes/ingress-nginx/releases/)Y.Y.Y: is PerimeterX Nginx Enforcer version (ChangeLog: https://docs.perimeterx.com/docs/whats-new-nginx) . latest tag always contains the latest stable PerimeterX Enforcer version.Z: PerimeterX module configuration type (server or location)Configuration types:
server (preferred): PX related configuration should go to "server { }" section of nginx.conf.location (please avoid this type): PX related configuration should go to "location { }" section of nginx.conf.The following line must be present at the top of /etc/nginx/nginx.conf file:
thread_pool px_pool threads=10;
Content type
Image
Digest
sha256:146a58732…
Size
103.9 MB
Last updated
over 1 year ago
docker pull perimeterx/px-nginx-ingress-controller:v1.12.1-latest-location