change tag from CIDR to IP
This commit is contained in:
@@ -52,7 +52,7 @@ http {
|
||||
|
||||
server_tokens off;
|
||||
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_recursive on;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user