services/dokuwiki: Add missing timezone option

This commit is contained in:
Moritz 'e1mo' Fromm 2023-02-20 15:09:28 +01:00 committed by Moritz
parent 948664e5dc
commit b8f08de175

View file

@ -149,6 +149,7 @@ in {
phpOptions = { phpOptions = {
expose_php = "Off"; expose_php = "Off";
"date.timezone" = "${config.time.timeZone}";
"opcache.interned_strings_buffer" = "8"; "opcache.interned_strings_buffer" = "8";
"opcache.max_accelerated_files" = "10000"; "opcache.max_accelerated_files" = "10000";
"opcache.memory_consumption" = "64"; "opcache.memory_consumption" = "64";