From 95e9c1377c1e77924328da46e2c2fadc33d3e167 Mon Sep 17 00:00:00 2001 From: pablopla Date: Sun, 2 Jun 2019 23:40:26 +0300 Subject: [PATCH] Add comment about default http_address --- contrib/oauth2_proxy.cfg.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/oauth2_proxy.cfg.example b/contrib/oauth2_proxy.cfg.example index f42bf08..4ec601c 100644 --- a/contrib/oauth2_proxy.cfg.example +++ b/contrib/oauth2_proxy.cfg.example @@ -1,7 +1,7 @@ ## OAuth2 Proxy Config File ## https://github.com/pusher/oauth2_proxy -## : to listen on for HTTP/HTTPS clients +## : to listen on for HTTP/HTTPS clients. defaults to "127.0.0.1:4180" # http_address = "127.0.0.1:4180" # https_address = ":443" @@ -10,7 +10,7 @@ # tls_key_file = "" ## the OAuth Redirect URL. -# defaults to the "https://" + requested host header + "/oauth2/callback" +# defaults to "https://" + requested host header + "/oauth2/callback" # redirect_url = "https://internalapp.yourcompany.com/oauth2/callback" ## the http url(s) of the upstream endpoint. If multiple, routing is based on path