From 1daa521b3cf4a1720619bc9ba5afaab50173812f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Sun, 12 Jul 2020 15:00:24 +0300 Subject: [PATCH] Add reverse proxy information --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a575bcf..90b1a03 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ After that set up your redirect URI, ClientID and ClientSecret in the appsetting You can access Authorization and Token endpoint details in http:///.well-known/openid-configuration +## HTTPS Support +This server does not support https connections. If you want to use https connections please reverse proxy like nginx. + +## Running behind reverse proxies +Some reverse proxy set ups might require a special set up, like setting the path base or origin manually. + +To set the origin, set `Hosting:PublicOrigin` in your configuration or the `Hosting__PublicOrigin` environment variable to your desired origin. If not set, the origin name is inferred from the request. + +Similary, to set the path base, you can set `Hosting:PathBase` or the `Hosting__PathBase` environment variable. If not set, it will default to "/". + ## Health checks This service contains a health check endpoint at `/health`. It checks if the Steam login server is up.