Bozhidar Slaveykov 1 anno fa
parent
commit
0a532c408e

+ 0 - 0
.github/workflows/compile-php-package.yml_ → .github/workflows/compile-php-package.yml


+ 1 - 1
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 \

+ 1 - 1
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);