Open main menu

Pathology Education Instructional Resource β

Changes

This Is Your Brain On Informatics: NGINX

12 bytes added, 03:44, 18 January 2014
no edit summary
==Overview==
<p>
If it's not Apache it's NGINX (engine-x). Built in C, NGINX is one of the largest web servers in use today on the internet, serving common sites such as Facebook, Netflix, Dropbox, and many more. This server forms the second tier of a LEMP stack and is the part that allows the server to interact with web. The current version of NGINX that is out and running is 1.5.8 (your current version can be checked after installation with the command below).
<pre>
nginx -v
347
edits