Skip to content

Commit 1ca5b59

Browse files
meisterTDOMjudge team
and
DOMjudge team
authoredMay 12, 2024··
Increases default upload size to 512M (#145)
Co-authored-by: DOMjudge team <team@domjudge.org>
1 parent d9e0d29 commit 1ca5b59

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)
Please sign in to comment.