From 8fb6665bf13c4915f8db6d916bf9d6ef100f413d Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:55:57 +0200 Subject: [PATCH] chore: Update nginx.conf --- examples/nginx-php/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/nginx-php/nginx.conf b/examples/nginx-php/nginx.conf index 99be06c..fc3ff4f 100644 --- a/examples/nginx-php/nginx.conf +++ b/examples/nginx-php/nginx.conf @@ -10,7 +10,8 @@ server { #set_real_ip_from 172.16.0.0/12; #set_real_ip_from 192.168.0.0/16; #set_real_ip_from 10.0.0.0/8; - real_ip_header X-Forwarded-For; + #real_ip_header X-Forwarded-For; + #real_ip_header X-Real-IP; proxy_hide_header X-Powered-By; access_log /var/log/nginx/access.log;