perimeterx/px-nginx
PerimeterX official Nginx images. Images are based on the official nginx:stable image
2.2K
This image is based on the official Nginx Docker "stable" images (https://hub.docker.com/_/nginx) and includes the latest stable PerimeterX Nginx Enforcer version.
docker pull perimeterx/px-nginx:latest
will always return the latest stable PerimeterX Docker image.
amd64
The changelog for PerimeterX Nginx Enforcer module could be found in What's New section
Please refer to our NGINX Enforcer documentation how to configure NGINX Enforcer inside the container: https://docs.perimeterx.com/pxconsole/docs/nginx-config-options
The following 2 lines must be present at the top of /etc/nginx/nginx.conf
file:
load_module /usr/lib/nginx/modules/ngx_http_pxnginx_module.so;
thread_pool px_pool threads=10;
docker pull perimeterx/px-nginx