Michael Guterl <mgut...@gmail.com> wrote:
> cd ~/public_html/rm/current
> unicorn_rails -D -E production -c config/unicorn.rb
> 
> I determined the -c config/unicorn.rb was the problem.  If I change it to:
> 
> unicorn_rails -D -E production -c ~/public_html/rm/current/config/unicorn.rb
> 
> everything works fine.

Hmm, maybe the config file path shouldn't be expanded then.  Especially
since it's only specified in the command-line.  /me ponders a bit...

-- 
Eric Wong
_______________________________________________
mongrel-unicorn mailing list
mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn

Reply via email to