view mod_readonly/README.markdown @ 5960:538f468f9a65

mod_http_oauth2: Simplify negation in condition
author Kim Alvefur <zash@zash.se>
date Sat, 31 Aug 2024 14:46:33 +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" };
}
```