mod_readonly/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 13 Nov 2019 17:57:54 +0100
changeset 3752 27abf3b6819a
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_log_json: Use correct method to specify remote endpoint Fun fact, on TCP connections :connect and :setpeername is the same function

This module blocks configured queries that change server state.

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

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