about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-20 19:27:08 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-20 19:27:08 +0000
commit0daedd92d3e896a9fcd301bbb58e85bb54a939ee (patch)
tree973cd495dd94fd5e88e1b50a02bf2691cc01b733 /examples
parent2ce57950e0f61eb6f325a93cef9b7e0e598fc109 (diff)
downloadunicorn-0daedd92d3e896a9fcd301bbb58e85bb54a939ee.tar.gz
From: Eike Herzbach <eike@herzbach.net>
Diffstat (limited to 'examples')
-rw-r--r--examples/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nginx.conf b/examples/nginx.conf
index cc1038a..73c9a4f 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -55,7 +55,7 @@ http {
   # faster or not than doing compression via nginx.  It's easier
   # to configure it all in one place here for static files and also
   # to disable gzip for clients who don't get gzip/deflate right.
-  # There are other other gzip settings that may be needed used to deal with
+  # There are other gzip settings that may be needed used to deal with
   # bad clients out there, see http://wiki.nginx.org/NginxHttpGzipModule
   gzip on;
   gzip_http_version 1.0;