summaryrefslogtreecommitdiff
path: root/docs/installation_guide
diff options
context:
space:
mode:
authorLibravatar mscherer <mscherer@users.noreply.github.com>2022-10-25 09:25:42 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-25 08:25:42 +0100
commitb4a83e4b51693d165ddf3679534191d9e76269c0 (patch)
treeccda1c8ea49575c57da2fba3dd61e2ea3ebb9b01 /docs/installation_guide
parent[docs] Use correct form for status submit (#915) (diff)
downloadgotosocial-b4a83e4b51693d165ddf3679534191d9e76269c0.tar.xz
FIx typo (#918)
Diffstat (limited to 'docs/installation_guide')
-rw-r--r--docs/installation_guide/apache-httpd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/apache-httpd.md b/docs/installation_guide/apache-httpd.md
index 2db7d1aea..23a18fdd5 100644
--- a/docs/installation_guide/apache-httpd.md
+++ b/docs/installation_guide/apache-httpd.md
@@ -118,7 +118,7 @@ MDomain example auto
```
This allows mod_md to take care of the SSL setup, and it will also redirect from http to https.
-After we put ths into place, we'll need to restart Apache httpd
+After we put this into place, we'll need to restart Apache httpd
```bash
sudo systemctl restart apache2