Skip to main content

NGINX ipscrub Module: Anonymize IP Addresses in Logs


by Danila Vershinin, March 9, 2026

Learn how to anonymize IP addresses in NGINX access logs using the ipscrub module. This privacy-focused module replaces real IPs with cryptographic hashes, helping you achieve GDPR compliance while retaining the ability to correlate requests from the same visitor.

Read More...

NGINX Pipelog Module: Send Access Logs to External Programs


by Danila Vershinin, February 10, 2026

Learn how to use the NGINX pipelog module to send access logs to external programs via Unix pipes. Enable real-time log processing, syslog integration, and custom log aggregation without disk I/O overhead.

Read More...