From 7d640d126ceadbec40747399ff13806b59e963bf Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Thu, 26 Apr 2018 13:58:50 +0200 Subject: [PATCH] Remove reference to more_headers module (#3323) These references are leftovers and are not used anymore. --- nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 8708395..9331fb8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -65,13 +65,11 @@ http { try_files $uri $uri/ @conbackend; etag off; if_modified_since off; - more_clear_headers 'Last-Modified'; } location /_openshiftio/ { etag off; if_modified_since off; - more_clear_headers 'Last-Modified'; expires 1y; }