Skip to content
Snippets Groups Projects
Commit 3d076917 authored by Jeroen Nijhof's avatar Jeroen Nijhof
Browse files

Change unicorn paths

parent dc570f06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,4 +19,4 @@ test:
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
secret_key_base: d54d019f2a3a987d59cb5c7fc3cbaf41c83069b9b7905ab6f1dd80b9ebbed08925d4bbafeab22f63cbe815c54775cc86e672376322d7e5315387de411afe3f04
Loading
Loading
@@ -6,8 +6,8 @@
# See also http://unicorn.bogomips.org/examples/unicorn.conf.rb for
# a more verbose configuration using more features.
 
listen '/home/jeroen/src/gitlab/status-gitlab-com/shared/unicorn.sock'
listen '/home/deploy/status-gitlab-com/shared/unicorn.sock'
worker_processes 2 # this should be >= nr_cpus
pid '/home/jeroen/src/gitlab/status-gitlab-com/shared/unicorn.pid'
stderr_path '/home/jeroen/src/gitlab/status-gitlab-com/log/unicorn.log'
stdout_path '/home/jeroen/src/gitlab/status-gitlab-com/log/unicorn.log'
pid '/home/deploy/status-gitlab-com/shared/unicorn.pid'
stderr_path '/home/deploy/status-gitlab-com/log/unicorn.log'
stdout_path '/home/deploy/status-gitlab-com/log/unicorn.log'
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