mod_readonly/README.markdown
author tmolitor <thilo@eightysoft.de>
Tue, 07 Apr 2020 22:11:52 +0200
changeset 3974 e0f3e29ab18a
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_nooffline_noerror: Fix for missing log

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```