mirror of https://github.com/vector-im/riot-web
Move caching requirements higher in the readme
parent
9790cac065
commit
1bd473a1b9
26
README.md
26
README.md
|
@ -193,6 +193,18 @@ Labs Features
|
||||||
Some features of Riot may be enabled by flags in the `Labs` section of the settings.
|
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).
|
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
|
Development
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -376,17 +388,3 @@ community engagement
|
||||||
* hacktoberfest
|
* hacktoberfest
|
||||||
* bounty? - proposal to be included in a bounty programme
|
* bounty? - proposal to be included in a bounty programme
|
||||||
* bounty - included in Status Open Bounty
|
* 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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue