about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-07 09:38:34 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-07 10:01:33 -0700
commit6eefc641c84eaa86cb2be4a2b1983b15efcbfae1 (patch)
treee8b34ae6ff4e6cb277b55b73dee131963fced6a8
parent32b340b88915ec945ebdbfa11b7da242860a6f44 (diff)
downloadunicorn-6eefc641c84eaa86cb2be4a2b1983b15efcbfae1.tar.gz
Oops.
-rw-r--r--examples/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nginx.conf b/examples/nginx.conf
index 368e19e..cc1038a 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -90,7 +90,7 @@ http {
     # If you have IPv6, you'll likely want to have two separate listeners.
     # One on IPv4 only (the default), and another on IPv6 only instead
     # of a single dual-stack listener.  A dual-stack listener will make
-    # $remote_addr will make IPv4 addresses ugly (e.g ":ffff:10.0.0.1"
+    # for ugly IPv4 addresses in $remote_addr (e.g ":ffff:10.0.0.1"
     # instead of just "10.0.0.1") and potentially trigger bugs in
     # some software.
     # listen [::]:80 ipv6only=on; # deferred or accept_filter recommended