update
This commit is contained in:
parent
7eebe1d912
commit
0a532c408e
3 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ sudo make LIBDIR=/usr/lib/$(arch)-linux-gnu install
|
|||
./buildconf --force
|
||||
./configure --prefix=/usr/local/phyre/php \
|
||||
--with-libdir=lib/$(arch)-linux-gnu \
|
||||
--enable-fpm --with-fpm-user=admin --with-fpm-group=admin \
|
||||
--enable-fpm --with-fpm-user=phyreweb --with-fpm-group=phyreweb \
|
||||
--with-openssl \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql=mysqlnd \
|
||||
|
|
|
@ -83,7 +83,7 @@ class HostingAccountIsCreatedListener
|
|||
$websiteSslCertificate->is_auto_renew = 1;
|
||||
$websiteSslCertificate->provider = 'letsencrypt';
|
||||
$websiteSslCertificate->save();
|
||||
|
||||
|
||||
$applySSLVirtualHost = new ApacheWebsiteApplySSLVirtualHost();
|
||||
$applySSLVirtualHost->setDomain($event->model->domain);
|
||||
$applySSLVirtualHost->setDomainRoot($event->model->domain_root);
|
||||
|
|
Loading…
Reference in a new issue