summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-08-19 12:58:56 +0200
committerGravatar default2023-08-19 12:58:56 +0200
commitd85d97b3e659199148497ad86f13c268758e582e (patch)
treea465cd98ac719757fd9cde3919ec16372873fdd3
parentUpdated documentation. (diff)
downloadsnac2-d85d97b3e659199148497ad86f13c268758e582e.tar.gz
snac2-d85d97b3e659199148497ad86f13c268758e582e.tar.xz
snac2-d85d97b3e659199148497ad86f13c268758e582e.zip
Fixed typo in documentation.
-rw-r--r--doc/snac.86
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 096a4e7..88fb192 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -179,6 +179,9 @@ By setting this to true, no email notification will be sent for any user.
179.It Ic disable_inbox_collection 179.It Ic disable_inbox_collection
180By setting this to true, no inbox collection is done. Inbox collection helps 180By setting this to true, no inbox collection is done. Inbox collection helps
181being discovered from remote instances, but also increases network traffic. 181being discovered from remote instances, but also increases network traffic.
182.It http_headers
183If you need to add more HTTP response headers for whatever reason, you can
184fill this object with the required header/value pairs.
182.It Ic show_instance_timeline 185.It Ic show_instance_timeline
183If this is set to true, the instance base URL will show a timeline with the latest 186If this is set to true, the instance base URL will show a timeline with the latest
184user posts instead of the default greeting static page. If other information 187user posts instead of the default greeting static page. If other information
@@ -189,9 +192,6 @@ The email address of the instance administrator (optional).
189The user name of the instance administrator (optional). 192The user name of the instance administrator (optional).
190.It Ic short_description 193.It Ic short_description
191A textual short description about the instance (optional). 194A textual short description about the instance (optional).
192.It more_headers
193If you need to add more HTTP response headers for whatever reason, you can
194fill this object with the required header/value pairs.
195.El 195.El
196.Pp 196.Pp
197You must restart the server to make effective these changes. 197You must restart the server to make effective these changes.