mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
hardcode
This commit is contained in:
parent
db04ff3852
commit
189e8d28e1
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ location ~ /moodle/[^/]\.php(/|$) {
|
|||
fastcgi_index index.php;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $fastcgi_script_name;
|
||||
fastcgi_param PHP_VALUE "max_execution_time={{ max_execution_time }}\n upload_max_filesize={{ upload_max_filesize }}\n post_max_size={{ post_max_size }}\n max_input_vars={{ max_input_vars }}";
|
||||
fastcgi_param PHP_VALUE "max_execution_time=300\n upload_max_filesize=500M\n post_max_size=500M\n max_input_vars=5000";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue