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 607f67a commit 8fb6665Copy full SHA for 8fb6665
examples/nginx-php/nginx.conf
@@ -10,7 +10,8 @@ server {
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;
+ #real_ip_header X-Forwarded-For;
14
+ #real_ip_header X-Real-IP;
15
proxy_hide_header X-Powered-By;
16
17
access_log /var/log/nginx/access.log;
0 commit comments