mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-24 09:46:22 +00:00
Merge branch 'develop' of https://github.com/lopugit/nginx-proxy-manager into develop
This commit is contained in:
@@ -60,6 +60,9 @@ http {
|
|||||||
# Real IP Determination
|
# Real IP Determination
|
||||||
# Docker subnet:
|
# Docker subnet:
|
||||||
set_real_ip_from 172.0.0.0/8;
|
set_real_ip_from 172.0.0.0/8;
|
||||||
|
# Local subnets:
|
||||||
|
set_real_ip_from 10.0.0.0/8;
|
||||||
|
set_real_ip_from 192.0.0.0/8;
|
||||||
# NPM generated CDN ip ranges:
|
# NPM generated CDN ip ranges:
|
||||||
include conf.d/include/ip_ranges.conf;
|
include conf.d/include/ip_ranges.conf;
|
||||||
# always put the following 2 lines after ip subnets:
|
# always put the following 2 lines after ip subnets:
|
||||||
|
Reference in New Issue
Block a user