Skip to content

Commit

Permalink
Increases default upload size to 512M (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: DOMjudge team <[email protected]>
  • Loading branch information
meisterT and DOMjudge team authored May 12, 2024
1 parent d9e0d29 commit 1ca5b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision-contest/ansible/group_vars/all/all.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ TIMEZONE: "Europe/Amsterdam"
PHP_FPM_MAX_CHILDREN: 400
PHP_FPM_MAX_REQUESTS: 500
PHP_MEMORY_LIMIT: 1024M
PHP_UPLOAD_MAX_FILESIZE: 256M
PHP_POST_MAX_SIZE: 256M
PHP_UPLOAD_MAX_FILESIZE: 512M
PHP_POST_MAX_SIZE: 512M
PHP_MAX_FILE_UPLOADS: 101

# Git repo URL
Expand Down

0 comments on commit 1ca5b59

Please sign in to comment.