diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 87860c1ff..c41a1c5e9 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -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