How to Install Latest Nginx Debian 8 Jessie Easy Guide

September 23, 2016 | By Duchateaux.

Latest NGINX Debian 8 Jessie Install

Hi! The Tutorial shows you Step-by-Step How to Install Latest NGINX Debian 8 Jessie GNU/Linux Desktop/Server.

Because NGINX is a Free, Open-Source, High-Performance HTTP Server and Reverse Proxy, as well as an IMAP/POP3 Proxy Server.

And NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Moreover, the Nginx ‘Mainline’ version is generally regarded as more reliable because we port all bug fixes to it, and not just critical fixes as for the stable branch.

Finally, it’s Necessary to Manually Set Up the Apt NGINX Repo to Get Installed the Latest Mainline Release, because the Default Repos are Serving an Older NGINX Release…

How to Install Latest NGINX Debian 8 Jessie - Featured
  1. Open a Shell session
    (Press “Enter” to Execute Commands)

    Open Terminal
  2. How to Setup NGINX Mainline Debian Repo

    Nginx Apt Repo Setup
  3. Installing NGINX.

    apt-get update
    sudo apt-get -y install nginx
  4. Stop Apache & Restart NGINX (Only if Apache is Installed!)

    sudo service apache2 stop
    sudo service nginx restart
  5. Check NGINX Installation
    On a localhost:

    curl http://127.0.0.1

    Or browse the Server IP…

  6. To Edit the NGINX Configuration File.

    nano /etc/nginx/conf.d/default.conf
  7. End the Super User Session.

    exit

QuickChic Theme • Powered by WordPress