Commit 529282d9 authored by Valery Sizov's avatar Valery Sizov

unicorn: fix path to pid file

parent af0b65dd
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment