mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 16:46:06 +10:00
unicorn: fix path to pid file
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user