Skip to content
Snippets Groups Projects
Commit 529282d9 authored by Valery Sizov's avatar Valery Sizov
Browse files

unicorn: fix path to pid file

parent af0b65dd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment