我正在尝试从变量设置值set_real_ip_from
,但出现错误。
NGINX 配置:
set $frontendIP "104.22.100.4/32";
set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from $frontendIP;
错误:
nginx: [emerg] host not found in set_real_ip_from "$frontendIP"
问题不在于设置变量,而是 set_real_ip_from 返回错误。