Просмотр исходного кода

Provide a PHP config file to set the upload limit

Pierre Jaury 7 лет назад
Родитель
Сommit
47225b99df
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      docker/php.ini

+ 5 - 0
docker/php.ini

@@ -0,0 +1,5 @@
+file_uploads = On
+memory_limit = 64M
+upload_max_filesize = 64M
+post_max_size = 64M
+max_execution_time = 600