Browse Source

[PHP-FPM] Add bind for upload.ini

andre.peters 7 years ago
parent
commit
03ad0f22c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      data/conf/phpfpm/php-conf.d/upload.ini

+ 3 - 0
data/conf/phpfpm/php-conf.d/upload.ini

@@ -0,0 +1,3 @@
+file_uploads = On
+upload_max_filesize = 64M
+post_max_size = 64M