about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index bb33abb..e75effc 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -10,7 +10,7 @@ module Unicorn
     UNICORN_VERSION="0.92.0"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
-    DEFAULT_PORT = "8080"    # default TCP listen port
+    DEFAULT_PORT = 8080      # default TCP listen port
     DEFAULT_LISTEN = "#{DEFAULT_HOST}:#{DEFAULT_PORT}"
 
     # The basic max request size we'll try to read.