search for: mattmongeau

Displaying 1 result from an estimated 1 matches for "mattmongeau".

2009 Oct 13
7
Unicorn Nginx Issue
I''ve setup nginx with this server { listen 80; server_name unicorn.local; location / { proxy_pass http://unicorn; } } upstream unicorn { server unix:/Users/mattmongeau/projects/test/unicorn/tmp/sockets/unicorn.sock; } When I run unicorn_rails -c config/unicorn.rb -E development I can access the application just fine on unicorn.local When I run unicorn_rails -c config/unicorn.rb -E development -D I get this issue 2009/10/13 12:34:22 [error] 1007#0: *62 connect(...