For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HUMAN DashboardHUMAN WebsiteRequest a Demo
Product GuidesEnforcer GuidesMobile SDKAPI ReferenceCustomer support
Product GuidesEnforcer GuidesMobile SDKAPI ReferenceCustomer support
  • General
    • About Enforcers
    • Support first-party HUMAN calls
    • Troubleshoot Enforcer configurations
  • Enforcer frameworks
    • Akamai ESI
    • Apache - C Module
    • ASP.NET
    • Callout Enforcer
    • Envoy Proxy
    • F5 BIGIP
    • Fastly JavaScript Compute@Edge
    • Google Cloud Platform (GCP) Callout Enforcer
    • Kong Plugin
    • NGINX - C Module
      • NGINX changelog
      • Supported Features
      • Installation
      • Module Configuration
      • Configuration Options
      • Enrichment
      • First Party Configuration
      • Nginx Docker Image
      • Ingress NGINX Controller with HUMAN Enforcer
    • NGINX - LUA Module
    • PHP
    • Python
    • Ruby
    • Salesforce Commerce Cloud Cartridge
LogoLogo
Login
Login
HUMAN DashboardHUMAN WebsiteRequest a Demo
Enforcer frameworksNGINX - C Module

Nginx Docker Image

Was this page helpful?
Previous

Ingress NGINX Controller with HUMAN Enforcer

Next
Built with

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:

1load_module /usr/lib/nginx/modules/ngx_http_pxnginx_module.so;
2thread_pool px_pool threads=10;