Nginx Docker Image
  • 09 Nov 2023
  • Dark
    Light

Nginx Docker Image

  • Dark
    Light

Article Summary

Nginx Docker Image

Docker Hub page: https://hub.docker.com/r/perimeterx/px-nginx
Docker Pull Command: docker pull perimeterx/px-nginx

This image is based on the official Nginx Docker "stable" images (https://hub.docker.com/_/nginx) and includes the latest stable HUMAN Nginx Enforcer version.

docker pull perimeterx/px-nginx:latest will always return the latest stable HUMAN Docker image.

The changelog for HUMAN 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: Configuration 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;

Was this article helpful?