view mod_readonly/README.markdown @ 5545:fcef6263acdb

mod_http_oauth2: Use code spans for some config options in README To make them more recognisable as code things.
author Kim Alvefur <zash@zash.se>
date Sun, 11 Jun 2023 14:02:47 +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" };
}
```