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.
This commit is contained in:
Patrick 2018-05-19 01:29:13 -07:00 committed by Berker Peksag
parent d348430611
commit 9cf5b13f93

View File

@ -17,6 +17,7 @@ An `example configuration`_ file for fast clients with Nginx_:
.. literalinclude:: ../../examples/nginx.conf .. literalinclude:: ../../examples/nginx.conf
:language: nginx :language: nginx
:caption: **nginx.conf**
If you want to be able to handle streaming request/responses or other fancy If you want to be able to handle streaming request/responses or other fancy
features like Comet, Long polling, or Web sockets, you need to turn off the features like Comet, Long polling, or Web sockets, you need to turn off the