From b0d5d48a22da1d8e0fad5a3db842417dabac10d7 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com> Date: Wed, 17 Jul 2019 12:38:34 +0530 Subject: [PATCH] Revert "Issue #000 feat: Updating max_ranges auto" (#643) --- ansible/roles/stack-proxy/templates/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/roles/stack-proxy/templates/nginx.conf b/ansible/roles/stack-proxy/templates/nginx.conf index 0e7d9e70b..566be10a0 100644 --- a/ansible/roles/stack-proxy/templates/nginx.conf +++ b/ansible/roles/stack-proxy/templates/nginx.conf @@ -19,9 +19,6 @@ 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