Skip to content

Commit dd71146

Browse files
authored
Update realip.conf
Add comments
1 parent bc9c332 commit dd71146

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf.d/realip.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# Please set your docker network below
2+
# in order to forward the user real
3+
# ip address to your app container
14
set_real_ip_from 172.19.0.0/32;
25
real_ip_header X-Real-IP;
3-
#real_ip_header X-Forwarded-For;
4-
#real_ip_header proxy_protocol
56
real_ip_recursive on;

0 commit comments

Comments
 (0)