Hi, I am running apache with php-fpm and for a user on 7.3 I need to change upload_max_filesize to 2000MB.
As far as I remember I can go to custom httpd and then change the php-fpm 7.3 |CUSTOM2| field to include:
So I am talking about https://directadminserver/CMD_CUSTOM_HTTPD?user=x&php-fpm=7.3
However when I do this the syntax fails. I tried a few different things includin php_value but it keeps failing. Can someone help me remember how to configure this?
As far as I remember I can go to custom httpd and then change the php-fpm 7.3 |CUSTOM2| field to include:
Code:
upload_max_filesize = 2000M
So I am talking about https://directadminserver/CMD_CUSTOM_HTTPD?user=x&php-fpm=7.3
However when I do this the syntax fails. I tried a few different things includin php_value but it keeps failing. Can someone help me remember how to configure this?