June 2016
Intermediate to advanced
152 pages
3h 30m
English
While we've covered Apache's HTTPD server so far in this chapter, there are other options available for use on Linux platforms as well. One popular offering is nginx (pronounced engine-x), which works well as a lightweight, fast, multithreaded offering.
We're going to look at how to set it up as a TLS webserver.
Installing on Ubuntu 14.04:
sudo apt-get install nginx
/etc/nginx/sites-available/default while populating the ssl_certificate, ssl_certificate_key and ssl_ciphers variables.
sudo service nginx restart
Installing on CentOS 7:
Read now
Unlock full access