Skip to content
Snippets Groups Projects
Verified Commit 64d96ca3 authored by David Beniamine's avatar David Beniamine
Browse files

Improve upload sizes

parent 6ebd07a2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ max_execution_time = 1000;
max_input_time = -1 ;
memory_limit = 1024M;
max_input_vars = 100000;
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
; Must be greater than or equal to upload_max_filesize
post_max_size = 200M
[xdebug]
xdebug.client_port=9000
xdebug.mode=debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment