about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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;