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/