From 093a4aa1408d583270081b422f487b575b6638cb Mon Sep 17 00:00:00 2001
From: rjshrjndrn <rjshrjndrn@gmail.com>
Date: Wed, 17 Jul 2019 12:18:27 +0530
Subject: [PATCH] Issue #000 feat: Updating max_ranges auto

---
 ansible/roles/stack-proxy/templates/nginx.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ansible/roles/stack-proxy/templates/nginx.conf b/ansible/roles/stack-proxy/templates/nginx.conf
index 566be10a0..0e7d9e70b 100644
--- a/ansible/roles/stack-proxy/templates/nginx.conf
+++ b/ansible/roles/stack-proxy/templates/nginx.conf
@@ -19,6 +19,9 @@ http {
                       '$request_time $upstream_response_time $pipe'
                       '"$http_referer" "$http_user_agent"';
 
+    # Setting up max range for http overlap request as auto
+    max_ranges auto;
+
     access_log  /var/log/nginx/access.log  main;
 
     # Shared dictionary to store metrics
-- 
GitLab