Skip to content

Commit

Permalink
do not specify ip and port in unicorn config
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jun 28, 2018
1 parent 4d8b7c0 commit 869e1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/unicorn.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
worker_processes 3
timeout 60
preload_app true
listen '0.0.0.0', tcp_nopush: true

#listen '0.0.0.0', tcp_nopush: true

0 comments on commit 869e1e8

Please sign in to comment.