unicorn: fix path to pid file

This commit is contained in:
Valery Sizov 2012-03-11 17:49:09 +02:00
parent af0b65ddb8
commit 529282d9de

View file

@ -15,7 +15,7 @@ timeout 30
#listen "127.0.0.1:8080" # listen to port 8080 on the loopback interface
listen "/tmp/gitlab.socket"
pid "#{app_dir}/pids/unicorn.pid"
pid "#{app_dir}/tmp/pids/unicorn.pid"
stderr_path "#{app_dir}/log/unicorn.stderr.log"
stdout_path "#{app_dir}/log/unicorn.stdout.log"