We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3187e5 commit 607f67aCopy full SHA for 607f67a
examples/nginx-php/nginx.conf
@@ -9,6 +9,7 @@ server {
9
client_max_body_size 10M; # change this
10
#set_real_ip_from 172.16.0.0/12;
11
#set_real_ip_from 192.168.0.0/16;
12
+ #set_real_ip_from 10.0.0.0/8;
13
real_ip_header X-Forwarded-For;
14
proxy_hide_header X-Powered-By;
15
0 commit comments