|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: nextcloud/config/config.sample.php
|
|
|
|
|
--- nextcloud/config/config.sample.php.orig 2021-02-19 09:49:36.000000000 +0100
|
|
|
|
|
+++ nextcloud/config/config.sample.php 2021-02-25 23:36:09.785882000 +0100
|
|
|
|
|
--- nextcloud/config/config.sample.php.orig 2021-11-26 21:51:45.000000000 +0100
|
|
|
|
|
+++ nextcloud/config/config.sample.php 2021-12-02 09:12:37.573771000 +0100
|
|
|
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
*
|
|
|
|
|
* Default to ``data/`` in the Nextcloud directory.
|
|
|
|
@ -10,7 +10,7 @@ Index: nextcloud/config/config.sample.php
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The current version number of your Nextcloud installation. This is set up
|
|
|
|
|
@@ -968,7 +968,7 @@
|
|
|
|
|
@@ -988,7 +988,7 @@
|
|
|
|
|
*/
|
|
|
|
|
'apps_paths' => [
|
|
|
|
|
[
|
|
|
|
@ -19,7 +19,7 @@ Index: nextcloud/config/config.sample.php
|
|
|
|
|
'url' => '/apps',
|
|
|
|
|
'writable' => true,
|
|
|
|
|
],
|
|
|
|
|
@@ -1259,18 +1259,18 @@
|
|
|
|
|
@@ -1298,18 +1298,18 @@
|
|
|
|
|
/**
|
|
|
|
|
* Server details for one or more memcached servers to use for memory caching.
|
|
|
|
|
*/
|
|
|
|
@ -41,7 +41,7 @@ Index: nextcloud/config/config.sample.php
|
|
|
|
|
// Set timeouts to 50ms
|
|
|
|
|
\Memcached::OPT_CONNECT_TIMEOUT => 50,
|
|
|
|
|
\Memcached::OPT_RETRY_TIMEOUT => 50,
|
|
|
|
|
@@ -1289,7 +1289,7 @@
|
|
|
|
|
@@ -1328,7 +1328,7 @@
|
|
|
|
|
|
|
|
|
|
// Binary serializer vill be enabled if the igbinary PECL module is available
|
|
|
|
|
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
|
|
|
|
@ -50,12 +50,16 @@ Index: nextcloud/config/config.sample.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -1469,7 +1469,7 @@
|
|
|
|
|
* encryption in MySQL or specify a custom wait timeout on a cheap hoster.
|
|
|
|
|
@@ -1527,10 +1527,11 @@
|
|
|
|
|
* does not verify the server cert except --ssl-verify-server-cert is passed manually.
|
|
|
|
|
*/
|
|
|
|
|
'dbdriveroptions' => [
|
|
|
|
|
- PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
|
|
|
|
|
+ /* PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem', */
|
|
|
|
|
+ /*
|
|
|
|
|
PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
|
|
|
|
|
PDO::MYSQL_ATTR_SSL_KEY => '/file/path/to/mysql-client-key.pem',
|
|
|
|
|
PDO::MYSQL_ATTR_SSL_CERT => '/file/path/to/mysql-client-cert.pem',
|
|
|
|
|
- PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
|
|
|
|
|
+ PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false, */
|
|
|
|
|
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800'
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|