mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove 500M restriction on file uploads. Use 10G instead.
This commit is contained in:
parent
8f93955bc2
commit
cb38c04cb5
9 changed files with 18 additions and 18 deletions
|
@ -29,7 +29,7 @@ location ~ ^/moodle(.*)\.php(.*)$ {
|
|||
# Uncomment to override /etc/php/<VERSION>/fpm/php.ini -- FYI Stage 4's
|
||||
# roles/www_options/tasks/main.yml FORCES these same settings and more
|
||||
# (equivalent to 'nginx_high_php_limits: True') when 'moodle_install: True'
|
||||
#fastcgi_param PHP_VALUE "max_execution_time=300\n upload_max_filesize=500M\n post_max_size=500M\n max_input_vars=5000";
|
||||
#fastcgi_param PHP_VALUE "max_execution_time=300\n upload_max_filesize=10000M\n post_max_size=10000M\n max_input_vars=5000";
|
||||
}
|
||||
|
||||
location ~ ^/moodle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue