VIVO-117 Turn off HTTP caching unless explicitly enabled in runtime.properties.
This commit is contained in:
parent
2134981110
commit
140fd0eb8b
3 changed files with 47 additions and 5 deletions
|
@ -649,6 +649,26 @@
|
|||
remote_userID
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
Tell Vitro to generate HTTP headers on its responses to facilitate caching the
|
||||
profile pages that it creates. This can improve performance, but it can also
|
||||
result in serving stale data. Default is false if not set.
|
||||
For more information, see the VIVO wiki page:
|
||||
<a href="https://wiki.duraspace.org/display/VIVO/Use+HTTP+caching+to+improve+performance">
|
||||
Use HTTP caching to improve performance </a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="odd_row">
|
||||
<td>
|
||||
http.createCacheHeaders
|
||||
</td>
|
||||
<td>
|
||||
true
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
Force VIVO to use a specific language or Locale instead of those
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue