Update default Docker subnet CIDR
Expand default Docker subnet CIDR to be more inclusive. Resolving issue #2829.
This commit is contained in:
parent
67208e43cc
commit
4f738196e7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ http {
|
||||||
|
|
||||||
# Local subnets:
|
# Local subnets:
|
||||||
set_real_ip_from 10.0.0.0/8;
|
set_real_ip_from 10.0.0.0/8;
|
||||||
set_real_ip_from 172.16.0.0/12; # Includes Docker subnet
|
set_real_ip_from 172.0.0.0/8; # Includes Docker subnet
|
||||||
set_real_ip_from 192.168.0.0/16;
|
set_real_ip_from 192.168.0.0/16;
|
||||||
# NPM generated CDN ip ranges:
|
# NPM generated CDN ip ranges:
|
||||||
include conf.d/include/ip_ranges.conf;
|
include conf.d/include/ip_ranges.conf;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue