Nginx

How to Install Latest NGINX 1.11.9 on Ubuntu, CentOS, RHEL

How to Install Latest NGINX 1.11.9 on Ubuntu, CentOS, RHEL

Nginx 1.11.9 (pronounced as [engine x]) is the most recent release and this release addresses reported bugs. Nginx is an open source webserver, HTTP & reverse proxy server, as well as a mail proxy server. It powers several high-visibility sites, such as Netflix, Hulu, Pinterest, CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite, Zappos, Media Temple, Heroku, RightScale, Engine Yard and MaxCDN.

Nginx 1.11.9 Changelog

How to Install Nginx 1.11.9 on Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, Linux Mint, Pinguy OS, Elementary OS, Deepin

sudo add-apt-repository ppa:chris-lea/nginx-devel sudo apt-get update && sudo apt-get install nginx ----- To restart the service ----- sudo service nginx start

Remove Nginx 1.11.9 from Ubuntu

sudo apt-get remove nginx

How to Install Nginx 1.11.9 on CentOS 7, RHEL

----- Add CentOS 7 EPEL Repository ----- sudo yum install epel-release
----- Install NGINX ----- sudo yum install nginx ----- Start Nginx Service ----- sudo systemctl start nginx
http://localhost
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...
How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...