Created
          December 22, 2016 12:00 
        
      - 
      
- 
        Save MiteshShah/b4f8cc69bc6149160c88ea00c59f8c4c to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [www] | |
| user = nginx | |
| group = nginx | |
| listen = 127.0.0.1:9000 | |
| listen.owner = nginx | |
| listen.group = nginx | |
| pm = ondemand | |
| pm.max_children = 100 | |
| pm.start_servers = 20 | |
| pm.min_spare_servers = 10 | |
| pm.max_spare_servers = 30 | |
| ping.path = /ping | |
| pm.status_path = /status | |
| pm.max_requests = 500 | |
| request_terminate_timeout = 300 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment