view mod_readonly/README.markdown @ 4213:93a980ac1816

mod_s2s_keepalive: Restore timer start (Thanks Ge0rG) Accidentally deleted
author Kim Alvefur <zash@zash.se>
date Fri, 16 Oct 2020 13:38:51 +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" };
}
```