From 6a0d44b496f7c92d55ccf9136a6cdeffea26ee73 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 3 Oct 2018 13:09:52 -0700 Subject: [PATCH] fixes for production2 env --- config/unicorn/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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