Skip to content

Commit a7e389f

Browse files
committed
Use standard Docker IP
1 parent dd71146 commit a7e389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.d/realip.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Please set your docker network below
22
# in order to forward the user real
33
# ip address to your app container
4-
set_real_ip_from 172.19.0.0/32;
4+
set_real_ip_from 172.18.0.0/32;
55
real_ip_header X-Real-IP;
66
real_ip_recursive on;

0 commit comments

Comments
 (0)