Software / code / prosody-modules
File
mod_readonly/README.markdown @ 3751:cb9517827d76
mod_http_index/README: Split out advanced settings into its own section
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 17 Nov 2019 16:32:59 +0100 |
| parent | 3437:ce5d1fa69ba3 |
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" }; } ```