占用大量内存了
Windows Server 2012 R2 Datacenter x64 nginx-1.11.13占用内存够高。
开启SSL后,全站http跳转 https
PHP页面跳转:添加在网站index.php页面内
if ($_SERVER["HTTPS"] <> "on")
{
$xredir="https://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
header("Location: ".$xredir);
} 看看是你那个站占用的咯QQ:177868570欢迎加我好友一起探讨宝塔技术
页:
[1]