Latest NGINX Debian 6 Squeeze Install
Hi! The Tutorial shows you Step-by-Step How to Install the Latest NGINX Debian 6 Squeeze 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.
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…
-
Open a Shell session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Setup NGINX Mainline Debian Repo
-
Installing NGINX.
sudo apt update
sudo apt -y install nginx
-
Next to Start NGINX on the default Http port
(Necessary Only if also Apache is installed)sudo service apache2 stop
sudo service nginx restart
-
Finally, Testing NGINX Installation
On a localhost with curl:curl http://127.0.0.1
Or the same address on a Browser…
-
Moreover, to Edit the NGINX Configuration File.
sudo nano /etc ginx/conf.d/default.conf