Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-nextcloud
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
enable caching
master
Markus Katharina Brechtel
7 vuotta sitten
vanhempi
86e4736497
commit
12b9f26b64
2 muutettua tiedostoa
jossa
13 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
tasks/setup_Debian.yml
+10
-0
templates/config.php.j2
+ 3
- 0
tasks/setup_Debian.yml
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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),
),
);
Write
Preview
Loading…
Peruuta
Tallenna