유니콘을 시작하려고하는데 계속해서이 오류가 계속 발생합니다. 나는 유니콘 시작하는 데 사용하고마스터를 시작하지 못했습니다. 자세한 정보는 stderr 로그를 확인하십시오.
내 unicorn.rb (https://gist.github.com/anonymous/d1f3d9bcdd1a6c4d8435)
명령 :
/home/app/adsgold/# unicorn_rails master -c config/unicorn.rb -D -E production
이미 해봤 명령 :
/home/app/adsgold/# unicorn_rails -c config/unicorn.rb -D -E production
/home/app/adsgold/# unicorn_rails master -c config/unicorn.rb -D -E production -p 3000
/home/app/adsgold/# bundle exec master unicorn -c unicorn.cnf -E production -D
의 완전한 오류가 표시에 beeing : 장소에 필요한 권한은 https://gist.github.com/anonymous/828d9677f928fa671762
전용 서버에서이 서버로 마이그레이션했습니다. 그것은 이전 서버의 정확한 완벽한 이미지입니다. 오래된 사람은 여전히이 사람이 가지고있는 것과 동일한 권한으로 차고 응답하고 있습니다. 어떤 경우 올바른 사용 권한을 찾아야합니까? – Joutaro