3. 彩虹云任务不需要伪静态,404和伪静态没关系,那是没有上传文件
4. 我现在是强制https访问,然后过一会网站就打不开了
@net909
7. if ($server_port = 80) {
return 301 https://$server_name$request_uri;
}
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
error_page 497 https://$server_name$request_uri;
12.
@颠覆灬整个世界,那我觉得是你的PHP脚本超时时间设置太短了,你改长一点试试,好像以前我搭建的时候也碰到了,纯属个人猜测哈。