This commit is contained in:
Bozhidar Slaveykov 2024-04-02 16:18:24 +03:00
parent 7eebe1d912
commit 0a532c408e
3 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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);