From b83c2e93680dd893333059efe59cb8971bac3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20G=C3=A1lli?= Date: Thu, 10 Oct 2024 21:22:15 +0200 Subject: [PATCH] docs: fix installation guide (#2734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gálli Zoltán --- docs/guide/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 7675f8b42..b45f53b97 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -375,7 +375,7 @@ Install Apache2 and enable Apache2 mods: ```sh apt-get install apache2 certbot -a2enmod headers ssl proxy proxy-http +a2enmod headers ssl proxy proxy_http ``` Create a SSL certificate with LetsEncrypt: @@ -414,7 +414,7 @@ EOF Restart Apache2: ```sh -service restart apache2 +service apache2 restart ``` ## Running behind an Nginx reverse proxy over HTTPS @@ -468,7 +468,7 @@ EOF Restart nginx: ```sh -service restart nginx +service nginx restart ``` ## Using https without reverse proxy