forked from DGNum/infrastructure
fix(nextcloud): Don't use fast_shutdown
This commit is contained in:
parent
5c8db3544c
commit
681155318b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in
|
|||
"opcache.max_accelerated_files" = "10000";
|
||||
"opcache.memory_consumption" = "128";
|
||||
"opcache.revalidate_freq" = "1";
|
||||
"opcache.fast_shutdown" = "1";
|
||||
"opcache.fast_shutdown" = "0";
|
||||
"openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt";
|
||||
catch_workers_output = "yes";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue