syntax again
This commit is contained in:
parent
8b8f4d5063
commit
8c4307b7b2
|
@ -265,12 +265,12 @@
|
|||
autoUpdateApps.enable = true;
|
||||
configureRedis = true;
|
||||
phpOptions = {
|
||||
upload_max_filesize=1G;
|
||||
post_max_size=1G;
|
||||
memory_limit=2G;
|
||||
opcache.memory_consumption = 256;
|
||||
opcache.jit = 1255;
|
||||
opcache.jit_buffer_size = 128M;
|
||||
upload_max_filesize = "1G";
|
||||
post_max_size = "1G";
|
||||
memory_limit = "2G";
|
||||
opcache.memory_consumption = "256";
|
||||
opcache.jit = "1255";
|
||||
opcache.jit_buffer_size = "128M";
|
||||
};
|
||||
extraOptions = {
|
||||
enabledPreviewProviders = [
|
||||
|
|
Loading…
Reference in a new issue