Move caching requirements higher in the readme

pull/8702/head
Travis Ralston 2019-11-24 21:54:01 -07:00
parent 9790cac065
commit 1bd473a1b9
1 changed files with 12 additions and 14 deletions

View File

@ -193,6 +193,18 @@ Labs Features
Some features of Riot may be enabled by flags in the `Labs` section of the settings.
Some of these features are described in [labs.md](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md).
Caching requirements
====================
Riot requires the following URLs not to be cached, when/if you are serving Riot from your own webserver:
```
/config.*.json
/i18n
/home
/sites
/index.html
```
Development
===========
@ -376,17 +388,3 @@ community engagement
* hacktoberfest
* bounty? - proposal to be included in a bounty programme
* bounty - included in Status Open Bounty
## Caching requirements
Riot requires the following URLs not to be cached, when if you are serving riot from your own webserver:
```
/config.*.json
/i18n
/home
/sites
/index.html
```