Skip to content
Snippets Groups Projects
Commit 967d42e0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix unicorn init and config

parent 87f4e1f1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@ worker_processes 2
 
# Help ensure your application will always spawn in the symlinked
# "current" directory that Capistrano sets up.
working_directory "/home/git/gitlab/current" # available in 0.94.0+
working_directory "/home/git/gitlab" # 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
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
 
APP_ROOT="/home/git/gitlab"
APP_USER="git"
DAEMON_OPTS="-C $APP_ROOT/config/unicorn.rb -E production"
DAEMON_OPTS="-c $APP_ROOT/config/unicorn.rb -E production"
PID_PATH="$APP_ROOT/tmp/pids"
SOCKET_PATH="$APP_ROOT/tmp/sockets"
WEB_SERVER_PID="$PID_PATH/unicorn.pid"
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