view mod_readonly/README.markdown @ 4067:5790c3cf615b

mod_rest/README: Describe use on VirtualHosts
author Kim Alvefur <zash@zash.se>
date Mon, 20 Jul 2020 21:54:52 +0200
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" };
}
```