Hi,
which configs ive to change to increase max upload filesize at my mail server (incl roundcube) it should be displayed in roundcube too
php-fpm, debian8,
Hi,
which configs ive to change to increase max upload filesize at my mail server (incl roundcube) it should be displayed in roundcube too
php-fpm, debian8,
Well,
I dont have changed anything and I can upload large files to roundcube. What is the exact problem?
Roundcube is served through nginx. That has nothing to do with php-fpm.
fcgi/master yes this is my config. i can upload 1G but i want to set it on 25M but it isnt displayed in roundcube
//update imscp_panel restart and it runs
Ok,
another option is to set the upload_max_filesize with an .htaccess in the directory of roundcube.
I mark this thread as solved.
No, you cannot do that Like you said: Roundcube is run through NGINX (and PHP as CGI via spawn-fcgi). NGINX doesn't support .htaccess The only way is to edit the php.ini file located at /var/www/fcgi/master/php5/php.ini and then, restart the imscp_panel service.