]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update running.rst 2310/head
authorPedro Crespo <32402063+pcrespov@users.noreply.github.com>
Wed, 14 Mar 2018 01:22:00 +0000 (02:22 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Mar 2018 01:22:00 +0000 (02:22 +0100)
minor type

docs/guide/running.rst

index 7b1b415f1ad6e102cd6673d7786ba1528a278835..e7c5b3494a6dee226337183b55d500ccd97a5ab8 100644 (file)
@@ -219,7 +219,7 @@ significantly improving rendering performance.
 
 In production, you probably want to serve static files from a more
 optimized static file server like `nginx <http://nginx.net/>`_. You
-can configure most any web server to recognize the version tags used
+can configure almost any web server to recognize the version tags used
 by ``static_url()`` and set caching headers accordingly.  Here is the
 relevant portion of the nginx configuration we use at FriendFeed::