Merge branch 'next' into dep-bump
This commit is contained in:
@@ -37,7 +37,7 @@ location ~ \.php$ {
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
fastcgi_buffers 8 8k;
|
||||
fastcgi_buffer_size 8k;
|
||||
fastcgi_buffers 16 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
fastcgi_read_timeout 99;
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ ignore_repeated_source = On
|
||||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|
||||
|
Reference in New Issue
Block a user