This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[PHP-FPM] Add bind for upload.ini
andre.peters
7 years ago
parent
81c1ed9e4d
commit
03ad0f22c4
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
data/conf/phpfpm/php-conf.d/upload.ini
+ 3
- 0
data/conf/phpfpm/php-conf.d/upload.ini
View File
@@ -0,0 +1,3 @@
+file_uploads = On
+upload_max_filesize = 64M
+post_max_size = 64M