diff options
| author | 2023-08-19 12:58:56 +0200 | |
|---|---|---|
| committer | 2023-08-19 12:58:56 +0200 | |
| commit | d85d97b3e659199148497ad86f13c268758e582e (patch) | |
| tree | a465cd98ac719757fd9cde3919ec16372873fdd3 | |
| parent | Updated documentation. (diff) | |
| download | snac2-d85d97b3e659199148497ad86f13c268758e582e.tar.gz snac2-d85d97b3e659199148497ad86f13c268758e582e.tar.xz snac2-d85d97b3e659199148497ad86f13c268758e582e.zip | |
Fixed typo in documentation.
| -rw-r--r-- | doc/snac.8 | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 180 | By setting this to true, no inbox collection is done. Inbox collection helps | 180 | By setting this to true, no inbox collection is done. Inbox collection helps |
| 181 | being discovered from remote instances, but also increases network traffic. | 181 | being discovered from remote instances, but also increases network traffic. |
| 182 | .It http_headers | ||
| 183 | If you need to add more HTTP response headers for whatever reason, you can | ||
| 184 | fill this object with the required header/value pairs. | ||
| 182 | .It Ic show_instance_timeline | 185 | .It Ic show_instance_timeline |
| 183 | If this is set to true, the instance base URL will show a timeline with the latest | 186 | If this is set to true, the instance base URL will show a timeline with the latest |
| 184 | user posts instead of the default greeting static page. If other information | 187 | user posts instead of the default greeting static page. If other information |
| @@ -189,9 +192,6 @@ The email address of the instance administrator (optional). | |||
| 189 | The user name of the instance administrator (optional). | 192 | The user name of the instance administrator (optional). |
| 190 | .It Ic short_description | 193 | .It Ic short_description |
| 191 | A textual short description about the instance (optional). | 194 | A textual short description about the instance (optional). |
| 192 | .It more_headers | ||
| 193 | If you need to add more HTTP response headers for whatever reason, you can | ||
| 194 | fill this object with the required header/value pairs. | ||
| 195 | .El | 195 | .El |
| 196 | .Pp | 196 | .Pp |
| 197 | You must restart the server to make effective these changes. | 197 | You must restart the server to make effective these changes. |