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

Commit 7d640d1

Browse files
jmeliskbsingh
authored andcommitted
Remove reference to more_headers module (#3323)
These references are leftovers and are not used anymore.
1 parent 71be59f commit 7d640d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nginx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ http {
6565
try_files $uri $uri/ @conbackend;
6666
etag off;
6767
if_modified_since off;
68-
more_clear_headers 'Last-Modified';
6968
}
7069

7170
location /_openshiftio/ {
7271
etag off;
7372
if_modified_since off;
74-
more_clear_headers 'Last-Modified';
7573
expires 1y;
7674
}
7775

0 commit comments

Comments
 (0)