Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By mottemail
The Digital Ocean tutorial “How to Install nginx on CentOS 6 with yum” lists a command containing a website: sudo su -c ‘rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm’
The command failed at the command line and gave a 404 error.
I verified that by going to the site directly: http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
That produces a 404 Not Found error (nginx/1.2.4).
Does anyone know the correct location? Also, is this step still necessary if I have already installed the LAMP package for Centos (following the digitak Ocean tutorial “How to Install Linux, Apache, MySQL, PHP (LAMP) stack on CentOS 6” article)?
Thanks.