Skip to content

Commit 88fd8f6

Browse files
committed
Update README.md
1 parent c454f67 commit 88fd8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ individual accounts.
1414
------- ------------------- ----------
1515
||
1616
\/
17-
[google oauth2 api]
17+
[oauth2 api]
1818
```
1919

2020

@@ -60,7 +60,7 @@ Usage of ./gooauth_proxy:
6060
## Example Configuration
6161

6262
This example has a [Nginx](http://nginx.org/) SSL endpoint proxying to `oauth_proxy` on port `4180`.
63-
`google_auth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
63+
`oauth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
6464
endpoint for this example would be `https://internal.yourcompany.com/`.
6565

6666
An example Nginx config follows. Note the use of `Strict-Transport-Security` header to pin requests to SSL
@@ -94,7 +94,7 @@ An example commandline that works with github is:
9494

9595
## Environment variables
9696

97-
The environment variables `google_auth_client_id`, `google_auth_secret` and `google_auth_cookie_secret` can be used in place of the corresponding command-line arguments.
97+
The environment variables `client_id`, `client_secret` and `cookie_secret` can be used in place of the corresponding command-line arguments.
9898

9999
## Endpoint Documentation
100100

0 commit comments

Comments
 (0)