您需要 登录 才可以下载或查看,没有账号?注册
location / { index index.php; try_files $uri $uri/ @whmcs; } location @whmcs { rewrite ^/(.*)$ /index.php?_url=/$1 last; } #WHMCS 防扒皮 location ~* \.(tpl|inc|cfg)$ { deny all; }
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页