All previous answers are correct but were not sufficient for me on ArchLinux. I also needed to edit /etc/php/php.ini
and to uncomment :
;extension=gd.so
The initial ;
on the line needs to be removed.
After restarting Nginx via systemctl restart nginx
, I was good to go.