File

mod_readonly/README.markdown @ 5659:9ce8ee530438

mod_bidi: Really extra finally fix auto-linking to mod_s2s_bidi
author Kim Alvefur <zash@zash.se>
date Sun, 27 Aug 2023 15:33:14 +0200
parent 3437:ce5d1fa69ba3
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" };
}
```