Skip to content

Commit

Permalink
Merge pull request #36 from PDOK/vary
Browse files Browse the repository at this point in the history
Vary
  • Loading branch information
rkettelerij authored Sep 30, 2024
2 parents d3bb3dd + 1d6354c commit 7b940a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/ogcapi_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ func (r *OGCAPIReconciler) mutateHeadersMiddleware(obj metav1.Object, middleware
// Other headers
CustomResponseHeaders: map[string]string{
"Cache-Control": "public, max-age=3600, no-transform",
"Vary": "Accept, Accept-Encoding",
},
},
}
Expand Down

0 comments on commit 7b940a2

Please sign in to comment.