default timeouts for compatibility
This commit is contained in:
		
							parent
							
								
									5d54227fbf
								
							
						
					
					
						commit
						acd7e78108
					
				| @ -2,9 +2,9 @@ | ||||
| ### NGINX configurations - timeouts | ||||
| ####### | ||||
| 
 | ||||
| client_body_timeout 12; | ||||
| client_header_timeout 12; | ||||
| keepalive_timeout 15; | ||||
| client_body_timeout 60; | ||||
| client_header_timeout 60; | ||||
| keepalive_timeout 65; | ||||
| send_timeout 300; | ||||
| reset_timedout_connection on; | ||||
| proxy_connect_timeout 300s; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user