From 9f846a26d24d7bfaf17cacad16cfbae7eec39c74 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 5 Apr 2013 21:38:17 +0000 Subject: doc: update documentation for systemd + PrivateTmp users The PrivateTmp feature of systemd breaks the usage of /tmp for the shared Unix domain socket between nginx and unicorn, so discourage the use of /tmp in that case. While we're at it, use consistent paths for everything and use an obviously intended-for-user-customization "/path/to" prefix instead of "/tmp" ML-Ref: CAKLVLx_t+9zWMhquMWDfStrxS7xrNoGmN0ZDsjSCUE=VxU+oyQ@mail.gmail.com Reported-by: David Wilkins --- examples/unicorn.conf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/unicorn.conf.rb') diff --git a/examples/unicorn.conf.rb b/examples/unicorn.conf.rb index 4042d9c..9dce58a 100644 --- a/examples/unicorn.conf.rb +++ b/examples/unicorn.conf.rb @@ -25,7 +25,7 @@ working_directory "/path/to/app/current" # available in 0.94.0+ # listen on both a Unix domain socket and a TCP port, # we use a shorter backlog for quicker failover when busy -listen "/tmp/.sock", :backlog => 64 +listen "/path/to/.unicorn.sock", :backlog => 64 listen 8080, :tcp_nopush => true # nuke workers after 30 seconds instead of 60 seconds (the default) -- cgit v1.2.3-24-ge0c7