Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions root/usr/local/etc/php/conf.d/10-docker-php-moodle.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ upload_max_filesize = 200M
; Increase the maximum post size to accomodate the increased upload_max_filesize.
; The default value is 6MB more than the default upload_max_filesize.
post_max_size = 206M

; It is strongly recommended that the PHP setting zend.exception_ignore_args be
; enabled as a security precaution. See environment check from MDL-84918.
zend.exception_ignore_args = 1
Loading