Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Update docs for full working nginx auth_request example #273

Merged
merged 2 commits into from
Jul 5, 2016
Merged

Update docs for full working nginx auth_request example #273

merged 2 commits into from
Jul 5, 2016

Conversation

semenko
Copy link
Contributor

@semenko semenko commented Jun 29, 2016

Addresses @ploxiln comment, closes issue #226.

Working & tested -- though auth_request is very limited without PR #247 and PR #173

Signed-off-by: Nick Semenkovich [email protected]

Addresses @ploxiln comment, closes issue #226

Signed-off-by: Nick Semenkovich <[email protected]>
proxy_set_header X-Scheme $scheme;
proxy_connect_timeout 1;
proxy_send_timeout 30;
proxy_read_timeout 30;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the timeouts are not necessary for a minimal working example

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

Update to simplify nginx example.
@ploxiln
Copy link
Contributor

ploxiln commented Jul 4, 2016

👍

@jehiah jehiah added the docs label Jul 5, 2016
@jehiah
Copy link
Member

jehiah commented Jul 5, 2016

thanks @semenko @ploxiln !

@jehiah jehiah merged commit 17f412e into bitly:master Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants