mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
6 lines
296 B
Text
6 lines
296 B
Text
; If your server uses a CGI/FastCGI SAPI, PHP supports per-directory configuration
|
|
; via .user.ini files. For example, you can increase the upload file and post size
|
|
; limits by setting the desired values here and renaming this file into .user.ini.
|
|
|
|
upload_max_filesize = 50M
|
|
post_max_size = 50M
|