13 lines
541 B
Text
13 lines
541 B
Text
|
|
; Reglages PHP recommandes pour Nextcloud — genere par Set-OPS (serveur_nextcloud).
|
||
|
|
; Gotcha spike : le defaut Debian (128M) fait blanchir les pages Vue lourdes.
|
||
|
|
memory_limit = {{ serveur_nextcloud_php_memory_limit }}
|
||
|
|
upload_max_filesize = {{ serveur_nextcloud_php_upload_max }}
|
||
|
|
post_max_size = {{ serveur_nextcloud_php_upload_max }}
|
||
|
|
max_execution_time = 3600
|
||
|
|
opcache.enable = 1
|
||
|
|
opcache.enable_cli = 1
|
||
|
|
opcache.memory_consumption = 128
|
||
|
|
opcache.interned_strings_buffer = 16
|
||
|
|
opcache.max_accelerated_files = 10000
|
||
|
|
opcache.revalidate_freq = 60
|