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.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Note, Installing EPEL will fail with the current URL listed, I switched the command to be: sudo su -c ‘rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm’
And that worked then with the switch from 6.7 to 6.8
I would suggest using official nginx repository which always has latest version: su -c ‘rpm -Uhv http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm’ su -c ‘yum install -y nginx’
None of the url’s seem to work.
Used these commands that I got from this site http://www.unixmen.com/install-nginx-with-php-and-mysql-in-centos-6-4-rhel-6-4/
I followed these instructions and the response header shows “Server:nginx/1.0.15”. According to http://nginx.org/ the latest version is 1.5.8. When “EPEL will make sure that nginx on CentOS stays up to date”?
Name : nginx Version : 1.0.15 Release : 5.el6 Architecture: x86_64 Size : 1117650 Packager : Fedora Project Group : System Environment/Daemons URL : http://nginx.org/ Repository : epel Summary : A high performance web server and reverse proxy server Source : nginx-1.0.15-5.el6.src.rpm Description : Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage.
@kapitalisti: Hmm, I’m not familiar with CentOS, EPEL might be outdated. Check out <a href=“https://www.digitalocean.com/community/articles/how-to-compile-nginx-from-source-on-an-centos-6-4-x64-vps”>https://www.digitalocean.com/community/articles/how-to-compile-nginx-from-source-on-an-centos-6-4-x64-vps</a>.
Why should I compile? I thought I’ll just install it as instructed here:
http://nginx.org/en/linux_packages.html
Or do I need to uninstall something first?
@kapitalisti: I had no idea there’s an official nginx repo for CentOS, never really bothered checking. Uninstall the outdated nginx package and follow <a href=“http://nginx.org/en/linux_packages.html”>http://nginx.org/en/linux_packages.html</a>'s instructions.