update readme

This commit is contained in:
Jehiah Czebotar 2012-12-17 13:03:34 -05:00
parent 1f4eb9f534
commit 4861cb8e65

View File

@ -1,7 +1,8 @@
google_auth_proxy
=================
A reverse proxy that acts as an authentication layer using Google Oauth2 to validate
A reverse proxy that provides authentication using Google OAuth2 to validate
individual accounts, or a whole google apps domain.
@ -48,7 +49,7 @@ Unauthenticated requests will be redirected to `/oauth2/sign_in` to start the si
## Example
To run a proxy on port 4180 authenticating requests for an application running
To run google_auth_proxy as a reverse proxy on port 4180 authenticating requests for an application running
on port 8080 at internal.yourcompany.com you would use
```bash