diff -ruN smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf --- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf 2020-11-08 21:21:24.000000000 +0100 +++ smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf 2020-11-09 13:45:57.301883959 +0100 @@ -13,7 +13,7 @@ if [[ "$innodb" != "enabled" ]]; then /sbin/e-smith/db configuration setprop mysqld InnoDB enabled /sbin/e-smith/expand-template /etc/my.cnf - sv t /service/mysqld + sv t /service/mariadb sleep 8 fi diff -ruN smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud --- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud 2020-11-08 21:30:19.000000000 +0100 +++ smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud 2020-11-09 13:41:05.802359210 +0100 @@ -50,7 +50,7 @@ php_admin_value open_basedir /usr/share/nextcloud:/var/lib/nextcloud:/var/log/nextcloud.log:/var/lib/php/nextcloud:/home/e-smith/files/nextcloud:/dev/urandom:/proc/meminfo _EOF } - if ($fascgi_mod eq 'mod_proxy_fcgi'){ + if ($fastcgi_mod eq 'mod_proxy_fcgi'){ $php =<<'_EOF'; SetHandler "proxy:unix:/var/run/php-fpm/php74-nextcloud.sock|fcgi://localhost" diff -ruN smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud --- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud 2020-11-08 21:18:40.000000000 +0100 +++ smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud 2020-11-09 14:52:59.311554232 +0100 @@ -1,6 +1,6 @@ { -if ($PHP_VERSION eq '72'){ +if ($PHP_VERSION eq '74'){ if (($nextcloud{'status'} || 'disabled') eq 'enabled'){ my $max_upload_size = ($nextcloud{MaxUploadSize} || '4096'); $max_upload_size .= 'M' if ($max_upload_size =~ m/^\d+$/);