0

How to increase the value of upload_max_filesize in wordpress environment?

Kai Shi 9 year бұрын updated by Christine Brown 6 year бұрын 2
have installed a wordpress website with Ajenti V, and struggling find a way to change the value of upload_max_filesize
+6
You need to do two things first add the php.ini values and add an additional ngnix config value.

Website "Content Tab" (Add into php.ini values)
upload_max_filesize = 50M (Change 50M to your preferred upload size)

Website "Advanced Tab" (Add below to your custom configuration)
client_max_body_size 50M; (Change 50M to your preferred upload size)