mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Note that caching is configured in he Dockerfile
This commit is contained in:
parent
2d48797294
commit
5741baed25
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ Element requires the following URLs not to be cached, when/if you are serving El
|
|||
|
||||
We also recommend that you force browsers to re-validate any cached copy of Element on page load by configuring your
|
||||
webserver to return `Cache-Control: no-cache` for `/`. This ensures the browser will fetch a new version of Element on
|
||||
the next page load after it's been deployed.
|
||||
the next page load after it's been deployed. Note that this is already configured for you in the nginx config of our
|
||||
Dockerfile.
|
||||
|
||||
Development
|
||||
===========
|
||||
|
|
Loading…
Reference in a new issue