Update Flake inputs

This commit is contained in:
Paul-Henri Froidmont 2022-07-27 23:50:41 +02:00
parent 888a41dbfe
commit a2cca0d02d
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 30 additions and 32 deletions

View file

@ -76,5 +76,20 @@ in
overwriteProtocol = "https";
defaultPhoneRegion = "BE";
};
phpOptions = {
short_open_tag = "Off";
expose_php = "Off";
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
display_errors = "stderr";
"opcache.enable_cli" = "1";
"opcache.interned_strings_buffer" = "12";
"opcache.max_accelerated_files" = "10000";
"opcache.memory_consumption" = "128";
"opcache.revalidate_freq" = "1";
"opcache.fast_shutdown" = "1";
"openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt";
catch_workers_output = "yes";
};
};
}