change tag from CIDR to IP

This commit is contained in:
Asif Bacchus 2019-01-04 21:42:56 -07:00
parent 5d96974466
commit 3d6b6e1e1b
1 changed files with 1 additions and 1 deletions

View File

@ -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;