Ingress NGINX Controller with HUMAN Enforcer
  • 06 May 2024
  • Dark
    Light

Ingress NGINX Controller with HUMAN Enforcer

  • Dark
    Light

Article Summary

Ingress NGINX Controller with the Enforcer

px-nginx-ingress-controller image is based on Ingress NGINX Controller

DockerHub project page: https://hub.docker.com/r/perimeterx/px-nginx-ingress-controller

Docker Pull Command: docker pull perimeterx/px-nginx-ingress-controller:TAG

Versioning schema: px-nginx-ingress-controller:vX.X.X-Y.Y.Y-Z

Where:

Configuration types:

  • server (preferred): should go to "server { }" section of nginx.conf.
  • location (please avoid this type): 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;


Was this article helpful?