view mod_readonly/README.markdown @ 3962:190e74e097ee

mod_http_upload: Show help message if not at least one host/user is given
author Kim Alvefur <zash@zash.se>
date Mon, 30 Mar 2020 19:56:09 +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" };
}
```