mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
[CST-5729] Add possibility to store response's headers into the SSR cache
This commit is contained in:
@@ -78,6 +78,8 @@ export class DefaultAppConfig implements AppConfig {
|
||||
// In-memory cache of server-side rendered content
|
||||
serverSide: {
|
||||
debug: false,
|
||||
// Link header is used for signposting functionality
|
||||
headers: ['Link'],
|
||||
// Cache specific to known bots. Allows you to serve cached contents to bots only.
|
||||
// Defaults to caching 1,000 pages. Each page expires after 1 day
|
||||
botCache: {
|
||||
|
Reference in New Issue
Block a user