From 4c6f3d0916a63a026e0249552a78da31d838276f Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 26 Mai 2025 18:08:12 +0200 Subject: [PATCH] add SSL vhost activation and fix typo in HTTTP --- index.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index 8fe7ef2..74b9993 100644 --- a/index.html +++ b/index.html @@ -5007,7 +5007,7 @@ sudo cp example.conf example-ssl.conf </code> </pre> - <p>Den vhost für HTTTP / Port 80 so konfigurieren, dass dieser nach HTTPS / Port 443 weiterleitet:</p> + <p>Den vhost für HTTP / Port 80 so konfigurieren, dass dieser nach HTTPS / Port 443 weiterleitet:</p> <pre> <code class="bash" data-trim data-line-numbers> # example.conf @@ -5035,6 +5035,12 @@ SSLCertificateKeyFile "/.../key.pem" </code> </pre> + <pre> + <code class="bash" data-trim data-line-numbers> + # neuen vhost für SSL aktivieren: + sudo a2ensite example-ssl.conf + </code> + </pre> <p>Anschließend den Apache neu starten:</p> <pre> <code class="bash" data-trim data-line-numbers> -- Gitblit v1.9.3