Commit da8df7b

mo khan <mo@mokhan.ca>
2015-05-24 04:46:14
fix the unix socket path.
1 parent 3fd18f3
Changed files (1)
config/puma_production.rb
@@ -12,7 +12,7 @@ rails_env = ENV['RAILS_ENV'] || "production"
 environment rails_env
 
 # Set up socket location
-bind "unix://#{rails_root}/tmp/sockets/puma.sock"
+bind "unix:#{rails_root}/tmp/sockets/puma.sock"
 
 # Logging
 stdout_redirect "#{rails_root}/log/puma.stdout.log", "#{rails_root}/log/puma.stderr.log", true