perimeterx/px-nginx

By perimeterx

Updated 2 months ago

PerimeterX official Nginx images. Images are based on the official nginx:stable image

Image

2.2K

PerimeterX official Nginx images

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.

Supported architectures: amd64

Changelog

The changelog for PerimeterX Nginx Enforcer module could be found in What's New section

Documentation

Please refer to our NGINX Enforcer documentation how to configure NGINX Enforcer inside the container: https://docs.perimeterx.com/pxconsole/docs/nginx-config-options

Configuration

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 Command

docker pull perimeterx/px-nginx