about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-19 19:10:25 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-19 19:10:25 -0800
commit4150a398a48b9bca96aa623380161229ac0f8622 (patch)
treeb6539c0bd427b4b6161d20fc85e085a968faba70 /lib
parentec400a537a0947796e108f3593721289661b49dc (diff)
downloadunicorn-4150a398a48b9bca96aa623380161229ac0f8622.tar.gz
This may not be supported in the future...
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/configurator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb
index 6e16502..1aea3cd 100644
--- a/lib/unicorn/configurator.rb
+++ b/lib/unicorn/configurator.rb
@@ -455,7 +455,7 @@ class Unicorn::Configurator
   # Rainbows!/Zbatery installations facing untrusted clients directly
   # should set this to +false+.  This is +true+ by default as Unicorn
   # is designed to only sit behind trusted nginx proxies.
-  def trust_x_forwarded(bool)
+  def trust_x_forwarded(bool) # :nodoc:
     set_bool(:trust_x_forwarded, bool)
   end