Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-nextcloud
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
enable caching
master
Markus Katharina Brechtel
hace 7 años
padre
86e4736497
commit
12b9f26b64
Se han
modificado 2 ficheros
con
13 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
tasks/setup_Debian.yml
+10
-0
templates/config.php.j2
+ 3
- 0
tasks/setup_Debian.yml
Ver fichero
@@ -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
Ver fichero
@@ -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),
),
);
Escribir
Vista previa
Cargando…
Cancelar
Guardar