Guest User

Untitled

a guest
Jan 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # The working directory, should be an absolute path.
  2. working_directory File.expand_path('../', __FILE__)
  3.  
  4. # The amount of worker processes to start.
  5. worker_processes 2
  6.  
  7. # Preloads the application into memory.
  8. preload_app false
  9.  
  10. listen 7000
  11. listen 7001
Add Comment
Please, Sign In to add comment