fixes for production2 env
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Set your full path to application.
|
# Set your full path to application.
|
||||||
app_path = "/var/www/danbooru2/current"
|
app_path = "/var/www/danbooru/current"
|
||||||
|
|
||||||
# Set unicorn options
|
# Set unicorn options
|
||||||
worker_processes 10
|
worker_processes 10
|
||||||
@@ -9,7 +9,7 @@ timeout 180
|
|||||||
listen "/tmp/.unicorn.sock", :backlog => 512
|
listen "/tmp/.unicorn.sock", :backlog => 512
|
||||||
|
|
||||||
# Spawn unicorn master worker for user apps (group: apps)
|
# Spawn unicorn master worker for user apps (group: apps)
|
||||||
user 'albert', 'albert'
|
user 'danbooru', 'danbooru'
|
||||||
|
|
||||||
# Fill path to your app
|
# Fill path to your app
|
||||||
working_directory app_path
|
working_directory app_path
|
||||||
|
|||||||
Reference in New Issue
Block a user