Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4371:3d01bc4547b2
mod_http_admin_api: Add /server/info endpoint for site_name and version
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 21 Jan 2021 18:54:42 +0000 |
| 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" }; } ```