107 |
+opcache.memory_consumption=128 |
+opcache.memory_consumption=128 |
108 |
+opcache.save_comments=1 |
+opcache.save_comments=1 |
109 |
+opcache.revalidate_freq=1 |
+opcache.revalidate_freq=1 |
110 |
|
diff -Nur smeserver-nextcloud-1.1.0.old/createlinks smeserver-nextcloud-1.1.0/createlinks |
111 |
|
--- smeserver-nextcloud-1.1.0.old/createlinks 2020-11-09 23:33:07.695000000 -0500 |
112 |
|
+++ smeserver-nextcloud-1.1.0/createlinks 2020-11-09 23:34:42.906000000 -0500 |
113 |
|
@@ -8,18 +8,18 @@ |
114 |
|
|
115 |
|
event_templates("nextcloud-update", qw( |
116 |
|
/etc/httpd/conf/httpd.conf |
117 |
|
- /etc/opt/remi/php72/php.d/20-opcache.ini |
118 |
|
+ /etc/opt/remi/php73/php.d/20-opcache.ini |
119 |
|
/etc/opt/remi/php73/php.d/20-opcache.ini |
120 |
|
/etc/crontab |
121 |
|
/etc/opt/remi/php71/php-fpm.d/www.conf |
122 |
|
- /etc/opt/remi/php72/php-fpm.d/www.conf |
123 |
|
+ /etc/opt/remi/php73/php-fpm.d/www.conf |
124 |
|
/etc/opt/remi/php73/php-fpm.d/www.conf |
125 |
|
)); |
126 |
|
|
127 |
|
event_services("nextcloud-update", qw( |
128 |
|
httpd-e-smith sigusr1 |
129 |
|
php71-php-fpm reload |
130 |
|
- php72-php-fpm reload |
131 |
|
+ php73-php-fpm reload |
132 |
|
php73-php-fpm restart |
133 |
|
php-fpm reload |
134 |
|
)); |
135 |
|
diff -Nur smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud |
136 |
|
--- smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud 2020-11-09 23:33:07.701000000 -0500 |
137 |
|
+++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud 2020-11-09 23:34:42.905000000 -0500 |
138 |
|
@@ -1,6 +1,6 @@ |
139 |
|
{ |
140 |
|
|
141 |
|
-if ($PHP_VERSION eq '72'){ |
142 |
|
+if ($PHP_VERSION eq '73'){ |
143 |
|
if (($nextcloud{'status'} || 'disabled') eq 'enabled'){ |
144 |
|
my $max_upload_size = ($nextcloud{MaxUploadSize} || '4096'); |
145 |
|
$max_upload_size .= 'M' if ($max_upload_size =~ m/^\d+$/); |