Displaying 1 result from an estimated 1 matches for "aceleathergoods".
2012 Dec 04
2
403 Forbidden from nginx when unicorn started in debug mode
...nformation needed?
Thanks!
Jet
Below is my unicorn.rb for developent:
# config/unicorn.rb
env = "development"
preload_app true
timeout 30
listen "/tmp/unicorn.sock", :backlog => 64
if env == ''development''
pid
"/home/jet/RailsApps/spree/aceleathergoods/tmp/pids/unicorn.aceleathergoods.pid"
stderr_path "/var/www/aceleathergoods/shared/log/unicorn.stderr.log"
stdout_path "/var/www/aceleathergoods/shared/log/unicorn.stdout.log"
end
before_fork do |server, worker|
if defined?(ActiveRecord::Base)
ActiveRecord::...