diff --git a/.github/workflows/compile-php-package.yml_ b/.github/workflows/compile-php-package.yml similarity index 100% rename from .github/workflows/compile-php-package.yml_ rename to .github/workflows/compile-php-package.yml diff --git a/compilators/debian/php/php-compile.sh b/compilators/debian/php/php-compile.sh index 7043ba9..52ded1a 100644 --- a/compilators/debian/php/php-compile.sh +++ b/compilators/debian/php/php-compile.sh @@ -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 \ diff --git a/web/Modules/LetsEncrypt/Listeners/HostingAccountIsCreatedListener.php b/web/Modules/LetsEncrypt/Listeners/HostingAccountIsCreatedListener.php index 3a46a71..26f6dff 100644 --- a/web/Modules/LetsEncrypt/Listeners/HostingAccountIsCreatedListener.php +++ b/web/Modules/LetsEncrypt/Listeners/HostingAccountIsCreatedListener.php @@ -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);