我想在我的Laravel应用程序中通过php脚本创建plesk子域。我正在使用laravelcollective/remote
包。跑完后:
$this->ssh->run('plesk bin subdomain ...')
它创建子域,但不会继续执行其他命令,因此我得到nginx“502 bad gateway
”错误。我已经检查了日志,nginx只提供了上游过早关闭,在我发现的plesk
管理员日志中:
mkdir: cannot create directory './example.com/logs': File exists
ERROR: Cannot relink logs. Target directory '/var/www/vhosts/example.com/logs' is in invalid state.