forked from GithubBackups/vichan
docker: remove "meaningless" bits from nginx configuration
This commit is contained in:
parent
62f0e9894c
commit
1d385ad6aa
@ -33,7 +33,7 @@ real_ip_header X-Forwarded-For;
|
|||||||
|
|
||||||
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;
|
set_real_ip_from 172.16.0.0/12;
|
||||||
set_real_ip_from 172.18.0.0/12;
|
set_real_ip_from 172.18.0.0;
|
||||||
set_real_ip_from 192.168.0.0/24;
|
set_real_ip_from 192.168.0.0/24;
|
||||||
set_real_ip_from 127.0.0.0/8;
|
set_real_ip_from 127.0.0.0/8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user