Changes

From SME Server
Jump to navigationJump to search
No change in size ,  03:17, 3 June 2019
Line 266: Line 266:  
Sidenote: To see how to change file size limits for other applications, see here: http://wiki.contribs.org/Email#Set_max_email_size  
 
Sidenote: To see how to change file size limits for other applications, see here: http://wiki.contribs.org/Email#Set_max_email_size  
   −
++ If you are using [[PHP Software Collections]], use this code. If you are using different PHP-SCL version than php56, you can replace that section with version you are using for your Wordpress iBay.<syntaxhighlight>
+
++ If you are using [[PHP Software Collections]], use this code. If you are using different PHP-SCL version than php71, you can replace that section with version you are using for your Wordpress iBay.<syntaxhighlight>
db configuration setprop php56 MemoryLimit 128M
+
db configuration setprop php71 MemoryLimit 128M
db configuration setprop php56 PostMaxSize 112M
+
db configuration setprop php71 PostMaxSize 112M
db configuration setprop php56 UploadMaxFilesize 96M
+
db configuration setprop php71 UploadMaxFilesize 96M
 
signal-event php-update
 
signal-event php-update
 
</syntaxhighlight>
 
</syntaxhighlight>
175

edits

Navigation menu