mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-09 14:37:57 -05:00
Fixed -e for puma
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
APP_ROOT="/home/git/gitlab"
|
||||
DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -E production"
|
||||
DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -e production"
|
||||
PID_PATH="$APP_ROOT/tmp/pids"
|
||||
WEB_SERVER_PID="$PID_PATH/puma.pid"
|
||||
SIDEKIQ_PID="$PID_PATH/sidekiq.pid"
|
||||
|
||||
Reference in New Issue
Block a user