026_nginx引用lua遇到的坑
server { listen 80; listen 443 ssl; server_name www.jyall.com; access_l ...
server { listen 80; listen 443 ssl; server_name www.jyall.com; access_l ...
由于网站使用了cdn所以$remote_addr获取的ip是cdn的ip,我现在先禁止某些ip访问发现无法禁止cdn传递过来的客户端的ip也就是$http_x_forwarded_for这个参数。比如 ...
一、 backlog=number sets the backlog parameter in the listen() call that limits the maximum length ...