view mod_readonly/README.markdown @ 5227:0dcd956d7bc5

mod_http_oauth2: Close site header tags
author Kim Alvefur <zash@zash.se>
date Thu, 09 Mar 2023 13:15:13 +0100
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" };
}
```