add redirect to https for port 8443

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-05-23 15:16:13 +02:00 committed by GitHub
parent d284812c6b
commit a3d676b408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@ http://:80 {
redir https://{host}{uri}
}
http://:8443 {
redir https://{host}:8443{uri}
}
https://:8443 {
reverse_proxy localhost:8000