From 25d003741eef67bf549bf7f7ec67334f4dfada0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Thu, 21 Oct 2021 08:55:58 +0300 Subject: [PATCH] Readme: Reverse proxy setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b128b7a..78aab4d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you use the `profile` scope, you get access to the `picture`, `given_name`, ` ## HTTPS Support -This server does not support https connections. If you want to use https connections please use a reverse proxy like nginx. +The server itself does not support https connections. If you want to use https connections please use a reverse proxy like nginx. The [example docker-compose.yml](https://github.com/byo-software/steam-openid-connect-provider/blob/master/docker-compose.yml) contains an example setup. ## Running behind reverse proxies