Does anyone know how I set the file upload limit in DirectAdmin

Or you can set using directadmin set command at the backend:

Code:
/usr/local/directadmin/directadmin set maxfilesize SIZE_IN_BYTES restart

So, for 1024MB or 1GB use this:

Code:
/usr/local/directadmin/directadmin set maxfilesize 1073741824 restart
 
Back
Top