摘要: 只需要更改子域名下的配置文件 vhosts.conf 文件,设置 php 读取超时时间即可 fastcgi_read_timeout 300; location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9002; fastcgi_index index.php; 阅读全文