Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4359:5dbce7f35aa0
mod_http_admin_api: Fix logic bug
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 19 Jan 2021 20:35:33 +0000 |
| 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" }; } ```
