view mod_readonly/README.markdown @ 3528:1fcf3cb7bb50

mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting
author Kim Alvefur <zash@zash.se>
date Sun, 31 Mar 2019 19:05:48 +0200
parents ce5d1fa69ba3
children
line wrap: on
line source

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```