Commit 1c431ceb authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Aumenta tamaño de body y timeout permitidos

See merge request redmic-project/gateway/nginx-proxy-https!11
parents 30b12a44 7f8c409f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ http {
	tcp_nopush on;

	keepalive_requests 1000;
	keepalive_timeout 120;
	keepalive_timeout 3600;

	types_hash_max_size 2048;
	server_tokens off;
	client_max_body_size 250M;
	client_max_body_size 2048M;

	include /etc/nginx/conf.d/*;
}