update sp.sh
This commit is contained in:
parent
4c587af34e
commit
8e4e54a981
@ -62,24 +62,13 @@ mkdir /var/lib/nextcloudaddition
|
|||||||
|
|
||||||
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
|
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
|
||||||
|
|
||||||
|
|
||||||
'trusted_proxies' =>
|
'trusted_proxies' =>
|
||||||
array (
|
array (
|
||||||
0 => '127.0.0.1',
|
0 => '127.0.0.1',
|
||||||
),
|
),
|
||||||
'default_locale' => 'en_US',
|
'default_locale' => 'en_US',
|
||||||
'default_phone_region' => 'US',
|
'default_phone_region' => 'US',
|
||||||
'filelocking.enabled' => true,
|
'memcache.local' =>'\OC\Memcache\APCu' ,
|
||||||
'memcache.locking' => '\OC\Memcache\Redis',
|
|
||||||
'memcache.distributed' => '\OC\Memcache\Redis',
|
|
||||||
'memcache.local' =>'\OC\Memcache\ACPu' ,
|
|
||||||
'redis' =>
|
|
||||||
array (
|
|
||||||
'host' => '/run/redis-roffice/redis.sock',
|
|
||||||
'port' => 0,
|
|
||||||
'timeout' => 0.0,
|
|
||||||
),
|
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user