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