view mod_readonly/README.markdown @ 3773:915c7bd5f754

mod_turncredentials: Rename variable for clarity
author Kim Alvefur <zash@zash.se>
date Mon, 23 Dec 2019 23:01:19 +0100
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" };
}
```