Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # What ports/sockets to listen on, and what options for them.
  2. listen 6880, :tcp_nodelay => true, :backlog => 1024
  3.  
  4. # What the timeout for killing busy workers is, in seconds
  5. timeout 3600
  6.  
  7. # Whether the app should be pre-loaded
  8. preload_app false
  9.  
  10. # How many worker processes
  11. worker_processes 8
Add Comment
Please, Sign In to add comment