Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-nextcloud
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
enable caching
master
Markus Katharina Brechtel
7 anni fa
parent
86e4736497
commit
12b9f26b64
2 ha cambiato i file
con
13 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -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
Vedi File
@@ -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…
Annulla
Salva