【已解答】一键部署Wordpress报错
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:8.0.5系统版本:
问题描述:运行bt16无法解决
相关截图(日志、错误):
缺少配置文件/www/server/nginx/conf/enable-php.conf
手动创建一个,内容如下:(注:php-cgi-80.sock为php版本,根据自身情况修改)
location ~ [^/]\.php(/|$)
{
try_files $uri =404;
fastcgi_passunix:/tmp/php-cgi-80.sock;
fastcgi_index index.php;
include fastcgi.conf;
include pathinfo.conf;
}
页:
[1]