网站建设
游戏运营
视频娱乐
企业上云
智能家居
制造业升级
大数据营销
外贸电商
技术解析
nginx 规则
location ~ /test/(.*) { proxy_pass https://xxx/test.php?$1; }
php代码
结果
#curl http://xxx/test/123456 /test.php?123456 #curl http://xxx/test/12?132 /test.php?12