Patrick 9cf5b13f93 Labeled the name of the file in the sample (#1782)
The sample as-is was not clear about what file the configuration was to go in. 
This sample is to go into nginx.conf, but nginx as of 20180516 has
nginx.conf + conf.f/default.conf. This sample overrides all that into the single
file so being specific is better.
2018-05-19 11:29:13 +03:00
..
2014-03-31 11:14:45 -07:00
2018-04-30 11:37:09 -07:00
2017-09-18 07:15:37 +03:00
2012-10-03 05:04:07 +05:45
2017-09-16 17:46:19 +03:00
2014-09-10 09:52:12 -04:00
2018-02-19 22:00:41 +03:00

Generate Documentation
======================

Requirements
------------

To generate documentation you need to install:

 - Python >= 2.5
 - Sphinx (http://sphinx-doc.org/)


Generate html
-------------
::

    $ make html

The command generates html document inside ``build/html`` dir.