Rename application directory from 'rails' to 'BikeBike' in unicorn configuration
This commit is contained in:
parent
32f95d7ae4
commit
1ce328511a
@ -1,6 +1,6 @@
|
|||||||
rails_env = ENV['RAILS_ENV'] || 'production'
|
rails_env = ENV['RAILS_ENV'] || 'production'
|
||||||
|
|
||||||
dir = 'rails'
|
dir = 'BikeBike'
|
||||||
|
|
||||||
if ENV['RAILS_ENV'] == 'preview'
|
if ENV['RAILS_ENV'] == 'preview'
|
||||||
worker_processes 1
|
worker_processes 1
|
||||||
@ -8,7 +8,7 @@ if ENV['RAILS_ENV'] == 'preview'
|
|||||||
port = 8081
|
port = 8081
|
||||||
else
|
else
|
||||||
worker_processes 2
|
worker_processes 2
|
||||||
directory = '/home/rails'
|
directory = '/app/BikeBike'
|
||||||
port = 8080
|
port = 8080
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user