From 40115c04a04521f80296d629dffe6d6b26cccb02 Mon Sep 17 00:00:00 2001 From: zuk Date: Mon, 1 Jun 2009 10:21:03 -0400 Subject: [PATCH] default mongrel port should be 11011 not 110011 --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 9495a961..6253a7aa 100644 --- a/config.example.yml +++ b/config.example.yml @@ -66,7 +66,7 @@ ssl_cert: /path/to/your/ssl.pem # binaries will be downloaded and installed, so don't worry about this). #server: mongrel -#port: 110011 +#port: 11011 # Bind the server to a specific address. Use 0.0.0.0 to listen on all