Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Using NGINX

Man page

To identify all the important directories:

nginx -V

To quit:

nginx -s quit

Beginner’s guide