Nginx return 500 Internal Server Error

Solution 1:

Your EBS disk is full. The easiest way to deal with this is to delete files from the disk.

If that's not practical:

  • In the AWS console increase the size of your EBS disk (link)
  • In Linux extend the size of your file system so it uses the space available on the EBS disk (link)