syntax again

This commit is contained in:
Chris Cochrun 2023-12-10 06:49:40 -06:00
parent 8b8f4d5063
commit 8c4307b7b2

View file

@ -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 = [