只需一步,快速开始
需要三步,才能开始
只需两步,慢速开始
php+nginx容器,获取客户端ip的设置:
location ~ .php(/|$) { fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_script_name; set $realip $remote_addr; if ($http_x_forwarded_for ~ "^(\d+\.\d+\.\d+\.\d+)") { set $realip $1; } fastcgi_param REMOTE_ADDR $realip; }
使用道具 举报
欧卡2
游戏时长 547 小时
美卡
游戏时长 2 小时
echo "hello"
本版积分规则 发表回复 回帖后跳转到最后一页
联系我们|手机版|欧卡2中国 ( 湘ICP备11020288号-1 ) 复制应用客服QQ号,请添加QQ好友后沟通 936487697
GMT+8, 2024-11-25 11:47 , Processed in 0.056999 second(s), 9 queries , Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.