view mod_readonly/README.markdown @ 3966:a411a8e028ed

mod_nooffline_noerror: fix error in logging
author tmolitor <thilo@eightysoft.de>
date Sat, 21 Mar 2020 23:50:34 +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" };
}
```