Increased max_input_vars for moodle

root 2021-09-28 16:23:24 +02:00
parent 3b09732b51
commit f143b2a01f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
- client_max_body_size=${MOODLE_MAX_FILESIZE_UPLOAD}
- post_max_size=${MOODLE_MAX_FILESIZE_UPLOAD}
- upload_max_filesize=${MOODLE_MAX_FILESIZE_UPLOAD}
- max_input_vars=1000
- max_input_vars=5000
networks:
- isard_net