Tagged articles
3 articles
Page 1 of 1
Xiao Liu Lab
Xiao Liu Lab
Oct 24, 2025 · Operations

How to Make Nginx Reveal Real Visitor IP Behind CDN in Just 2 Lines

After enabling a CDN or cloud firewall, your server only sees the CDN node’s IP, causing login risk, IP bans, fake logs, and difficulty tracing attacks; this guide shows how to add two Nginx directives to trust the X‑Forwarded‑For header and accurately capture the true client IP, with optional security recommendations.

Serverreal-ip
0 likes · 6 min read
How to Make Nginx Reveal Real Visitor IP Behind CDN in Just 2 Lines
Laravel Tech Community
Laravel Tech Community
Aug 28, 2021 · Backend Development

Apache APISIX 2.9 Release: New authz-casbin Plugin, Dynamic Real-IP Configuration, and Enhanced External Plugin Support

Apache APISIX 2.9 introduces the authz‑casbin authorization plugin, dynamic per‑route real‑ip configuration, and significant enhancements to external plugin mechanisms, including unique keys for Plugin Runner and reverse information retrieval, alongside richer features for existing plugins such as request‑id and error‑log‑logger.

Apache APISIXAuthorizationPlugins
0 likes · 6 min read
Apache APISIX 2.9 Release: New authz-casbin Plugin, Dynamic Real-IP Configuration, and Enhanced External Plugin Support
New Oriental Technology
New Oriental Technology
Oct 23, 2020 · Backend Development

Nginx: A Comprehensive Guide

This article provides an in-depth overview of Nginx, covering its introduction, architecture, and various modules, including real IP and rewrite modules, with practical examples and configuration details.

AuthenticationBackend DevelopmentHTTP server
0 likes · 13 min read
Nginx: A Comprehensive Guide