Troubleshooting
- Log into your server
- Navigate to your Ghost installation folder with
cd /var/www/ghost. - Type:
nano system/files/your-domain.confto open your NGINX config file. - Edit
client_max_body_size {VALUE}M; - Finally, press
ctrl+xto exit. Nano will ask you if you want to save, type y for yes, and press enter to save the file. - Restart NGINX by running
sudo service nginx restart.

