https://bugs.contribs.org/show_bug.cgi?id=11268
Bug ID: 11268
Summary: smeserver-nextcloud typo in php pool template
Classification: Contribs
Product: SME Contribs
Version: 10alpha
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-nextcloud
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
Noitced this in the phppool template
php_admin_value[session.save_hannextclouder] = files
Think it should be:
php_admin_value[session.save_handler] = files
This diff should fix it.
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-12-18 12:01:31.575371260 +0100
+++
smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud
2020-12-18 12:05:59.409637152 +0100
@@ -52,7 +52,7 @@
php_admin_flag[file_upload] = on
php_admin_flag[session.cookie_httponly] = on
php_admin_flag[allow_url_include] = off
-php_admin_value[session.save_hannextclouder] = files
+php_admin_value[session.save_handler] = files
php_admin_flag[output_buffering] = off
_EOF
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/