PerimeterX official Nginx images. Images are based on the official nginx:stable image
5.3K
This image is based on the official Nginx Docker mainline 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.
amd64All images use the following naming/versioning schema: px-nginx:vX.X.X-Y.Y.Y
Where:
vX.X.X: is Nginx version (ChangeLog: https://nginx.org/en/CHANGES)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 and Nginx mainline version.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.humansecurity.com/applications-and-accounts/docs/nginx-config
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;
Content type
Image
Digest
sha256:f1f0633c1…
Size
70.3 MB
Last updated
about 1 month ago
docker pull perimeterx/px-nginx