syntax
This commit is contained in:
parent
86cb755933
commit
6e1c5a007c
|
@ -270,9 +270,9 @@
|
|||
upload_max_filesize = "1G";
|
||||
post_max_size = "1G";
|
||||
memory_limit = "2G";
|
||||
opcache.memory_consumption = 256;
|
||||
opcache.jit = 1255;
|
||||
opcache.jit_buffer_size = "128M";
|
||||
"opcache.memory_consumption" = "256";
|
||||
"opcache.jit" = "1255";
|
||||
"opcache.jit_buffer_size" = "128M";
|
||||
};
|
||||
extraOptions = {
|
||||
enabledPreviewProviders = [
|
||||
|
|
Loading…
Reference in a new issue