fixes for production2 env

This commit is contained in:
Albert Yi 2018-10-03 13:09:52 -07:00
parent 897d3d3a99
commit 6a0d44b496

View File

@ -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