view mod_readonly/README.markdown @ 4070:268fa9d45840

mod_http_upload/README: Fix typo (thanks bjoernb)
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jul 2020 16:15:37 +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" };
}
```