I'm trying to change the php config for upload_max_filesize on my server (LEMP Stack).
In phpinfo I can see:
Loaded Configuration File: /etc/php/7.2/fpm/php.ini
I've changed upload_max_filesize to 256M in this file.
Then I've restarted by running this command: systemctl restart nginx
.
The problem is that when I check my phpinfo it hasn't changed... .