Merge pull request #245 from BlackWolfDEsign/patch-1
Update firststeps-rp.md
Dieser Commit ist enthalten in:
Commit
6105f22e64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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/
|
||||
|
|
Laden …
In neuem Issue referenzieren