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