view mod_readonly/README.markdown @ 3833:580862decd77

mod_s2s_keepalive: Respect keepalive_servers when creating watchdogs
author Kim Alvefur <zash@zash.se>
date Sat, 04 Jan 2020 11:09:28 +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" };
}
```