Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
Remove reference to more_headers module (#3323)
Browse files Browse the repository at this point in the history
These references are leftovers and are not used anymore.
  • Loading branch information
jmelis authored and kbsingh committed Apr 26, 2018
1 parent 71be59f commit 7d640d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7d640d1

Please sign in to comment.