mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Provide a PHP config file to set the upload limit
This commit is contained in:
parent
0c90178eaf
commit
47225b99df
1 changed files with 5 additions and 0 deletions
5
docker/php.ini
Normal file
5
docker/php.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
file_uploads = On
|
||||
memory_limit = 64M
|
||||
upload_max_filesize = 64M
|
||||
post_max_size = 64M
|
||||
max_execution_time = 600
|
Loading…
Reference in a new issue