view mod_readonly/README.markdown @ 4149:bb60db2b2cd1

mod_firewall: Update another chain name for consistency
author Matthew Wild <mwild1@gmail.com>
date Mon, 21 Sep 2020 15:49:54 +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" };
}
```