commit b4a83e4b51693d165ddf3679534191d9e76269c0 parent ccd5b34c2cf4cb913488969cd8aa5e70e69d7acf Author: mscherer <mscherer@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:25:42 +0200 FIx typo (#918) Diffstat:
M | docs/installation_guide/apache-httpd.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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