Skip to content

Commit 607f67a

Browse files
authored
chore: Update nginx.conf
1 parent d3187e5 commit 607f67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/nginx-php/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ server {
99
client_max_body_size 10M; # change this
1010
#set_real_ip_from 172.16.0.0/12;
1111
#set_real_ip_from 192.168.0.0/16;
12+
#set_real_ip_from 10.0.0.0/8;
1213
real_ip_header X-Forwarded-For;
1314
proxy_hide_header X-Powered-By;
1415

0 commit comments

Comments
 (0)