nginx (the Internet’s Fastest & Most Prolific Web Server)

How to Configure Server Side Includes (SSI) on Nginx

If you're interested in configuring your nginx web-server to provide server side includes (SSI), check out this article on the topic. ...

How to Get a Free SSL Certificate From Let’s Encrypt (Step by Step)

In April 2016, the non-profit certificate authority Let's Encrypt launched, providing free SSL certificates for websites. certbot renew certbot...

Basic Auth on nginx

Reference: Restricting Access with HTTP Basic Authentication ...

How to Use Custom HTTP Headers as Nginx Variables

Are you aware that the HTTP headers that appear in requests to an nginx server double as variables? In order to form an nginx variable, nginx converts...