Markus Katharina Brechtel пре 7 година
родитељ
комит
12b9f26b64
2 измењених фајлова са 13 додато и 0 уклоњено
  1. +3
    -0
      tasks/setup_Debian.yml
  2. +10
    -0
      templates/config.php.j2

+ 3
- 0
tasks/setup_Debian.yml Прегледај датотеку

@@ -20,6 +20,9 @@
- ca-certificates
- sudo
- php-apcu
- memcached
- php-memcached
notify: restart apache2

- name: remove default page
file:


+ 10
- 0
templates/config.php.j2 Прегледај датотеку

@@ -314,4 +314,14 @@ $CONFIG = array(
'upgrade.disable-web' => true,


/**
* Enable memcache
*/
'memcache.local' => '\OC\Memcache\APCu',
'memcache.distributed' => '\OC\Memcache\Memcached',
'memcached_servers' => array(
array('localhost', 11211),
),


);

Loading…
Откажи
Сачувај