Skip to content

Commit 14ba8d0

Browse files
DOMjudge teammeisterT
DOMjudge team
authored andcommitted
Increases default upload size to 512M
1 parent d5522ff commit 14ba8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provision-contest/ansible/group_vars/all/all.yml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ TIMEZONE: "Europe/Amsterdam"
6060
PHP_FPM_MAX_CHILDREN: 400
6161
PHP_FPM_MAX_REQUESTS: 500
6262
PHP_MEMORY_LIMIT: 1024M
63-
PHP_UPLOAD_MAX_FILESIZE: 256M
64-
PHP_POST_MAX_SIZE: 256M
63+
PHP_UPLOAD_MAX_FILESIZE: 512M
64+
PHP_POST_MAX_SIZE: 512M
6565
PHP_MAX_FILE_UPLOADS: 101
6666

6767
# Git repo URL

0 commit comments

Comments
 (0)