view mod_readonly/README.markdown @ 3493:3d4eefdd950a

mod_smacks: Raise error on out-of-range config options (thanks marc0s)
author Matthew Wild <mwild1@gmail.com>
date Fri, 22 Mar 2019 22:06:40 +0000
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" };
}
```