摘要: 背景需求: 对api接口 /api/inner 进行ip访问限制 # ip白名单geo $ip_list { default 0; 111.111.111.111 1; } server { listen 80; listen 443 ssl; server_name www.test.com; a 阅读全文
posted @ 2021-04-16 14:34 LiShiChao 阅读(351) 评论(0) 推荐(0)