Ctrl+D 收藏本站 再次访问不迷路 ~
nginx使用伪静态获取访问者ip
location /get_ip {
default_type text/plain;
return 200 "$remote_addr";
}
网址链接:(域名|ip)/get_ip
©版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
location /get_ip {
default_type text/plain;
return 200 "$remote_addr";
}
网址链接:(域名|ip)/get_ip
暂无评论内容