Changed location that Puma binds to.

This commit is contained in:
Logan Fick
2018-05-27 16:23:51 -04:00
parent e1bfa25e09
commit 8f16fd709d

View File

@@ -8,7 +8,7 @@ shared_dir = "#{app_dir}/shared"
rails_env = ENV['RAILS_ENV'] || "production"
environment rails_env
bind "unix://#{shared_dir}/sockets/puma.sock"
bind "localhost:8080"
stdout_redirect "#{shared_dir}/log/puma.stdout.log", "#{shared_dir}/log/puma.stderr.log", true