Преглед изворни кода

Provide a PHP config file to set the upload limit

Pierre Jaury пре 7 година
родитељ
комит
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