Skip to content

Commit

Permalink
update config example comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Aug 1, 2019
1 parent 66f12e3 commit 90fb18e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/oauth2_proxy.cfg.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## OAuth2 Proxy Config File
## https://github.com/ploxiln/oauth2_proxy

## <addr>:<port> to listen on for HTTP/HTTPS clients
## <addr>:<port> to listen on for HTTP/HTTPS clients. Defaults to "127.0.0.1:4180"
# http_address = "127.0.0.1:4180"
# https_address = ":443"

## TLS Settings
# tls_cert_file = ""
# tls_key_file = ""

## the OAuth Redirect URL.
# defaults to the "https://" + requested host header + "/oauth2/callback"
## the OAuth Redirect URL
## 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
Expand Down

0 comments on commit 90fb18e

Please sign in to comment.