From 607f67ad1a89252e63efa4e1d1864d73238287b8 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:42:53 +0200 Subject: [PATCH] chore: Update nginx.conf --- examples/nginx-php/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nginx-php/nginx.conf b/examples/nginx-php/nginx.conf index 351dec0..99be06c 100644 --- a/examples/nginx-php/nginx.conf +++ b/examples/nginx-php/nginx.conf @@ -9,6 +9,7 @@ server { client_max_body_size 10M; # change this #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; proxy_hide_header X-Powered-By;