Created
          July 19, 2016 13:07 
        
      - 
      
- 
        Save jrenggli/f3958255d8432666d462e88759890137 to your computer and use it in GitHub Desktop. 
    Increase timeouts in nginx
  
        
  
    
      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
    
  
  
    
  | client_max_body_size 100m; | |
| proxy_connect_timeout 600s; | |
| proxy_send_timeout 600s; | |
| proxy_read_timeout 600s; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment