view mod_readonly/README.markdown @ 4794:d17a1581ea30

mod_bind2: Advertise stream feature
author Kim Alvefur <zash@zash.se>
date Sun, 28 Nov 2021 19:59:26 +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" };
}
```