view mod_readonly/README.markdown @ 3704:c6563625f60e

mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)
author Kim Alvefur <zash@zash.se>
date Wed, 09 Oct 2019 21:51:01 +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" };
}
```