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