From 2c236ec3d302321bcd96ba22ad404abf39910df0 Mon Sep 17 00:00:00 2001 From: BlackWolf-Design Date: Mon, 30 Nov 2020 10:25:50 +0100 Subject: [PATCH] Update firststeps-rp.md it looks like the old version no longer works. no more redirection ... changed, tested and redirects now again --- docs/firststeps-rp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index 11b266167..c37bc2c01 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -50,7 +50,7 @@ Let's Encrypt will follow our rewrite, certificate requests in mailcow will work ServerAlias autoconfig.* RewriteEngine on - RewriteCond %{HTTPS} !=on + RewriteCond %{HTTPS} off RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [R=301,L] ProxyPass / http://127.0.0.1:8080/