change tag from CIDR to IP
This commit is contained in:
parent
5d96974466
commit
3d6b6e1e1b
@ -52,7 +52,7 @@ http {
|
|||||||
|
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
set_real_ip_from 127.0.0.1;
|
set_real_ip_from 127.0.0.1;
|
||||||
set_real_ip_from <lanCIDR>;
|
set_real_ip_from <lanIP>;
|
||||||
real_ip_header X-Forwarded-For;
|
real_ip_header X-Forwarded-For;
|
||||||
real_ip_recursive on;
|
real_ip_recursive on;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user