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

Merge branch 'dev' into 'master'

Amplia timeout y número de conexiones abiertas

See merge request redmic-project/nginx-proxy!7
parents 112ac4ab dabba00f
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;