Commit dabba00f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Amplia timeout y número de conexiones abiertas

parent 0591a476
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ http {
	sendfile on;
	tcp_nopush on;

	keepalive_timeout 65;
	keepalive_requests 1000;
	keepalive_timeout 120;

	types_hash_max_size 2048;
	server_tokens off;