From 14513b2e05c36762e0dc543b62291d296c081b1a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 4 Nov 2011 21:05:04 +0100 Subject: More on polishing --- nginx_unicorn/unicorn.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nginx_unicorn/unicorn.rb') diff --git a/nginx_unicorn/unicorn.rb b/nginx_unicorn/unicorn.rb index b0f194f..09bea64 100644 --- a/nginx_unicorn/unicorn.rb +++ b/nginx_unicorn/unicorn.rb @@ -1,7 +1,8 @@ ## -# This is the configuration file for Unicorn. It m +# This is the configuration file for Unicorn. -# TODO: Change it at your own needs + +# Feel free to change any of the following constants for your app: WD = '/my/app/root' NCORES = `cat /proc/cpuinfo | grep 'cores' | uniq | sed 's/[^0-9]//g'`.to_i -- cgit v1.2.3