Skip to content

Commit

Permalink
#216 how to handle OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Feb 20, 2020
1 parent d9c5530 commit 561e102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ server {

An example of using Vouch Proxy with Nginx cacheing of the proxied validation request is available in [issue #76](https://github.com/vouch/vouch-proxy/issues/76#issuecomment-464028743).

If you're protecting an API with Vouch Proxy you may need to configure Nginx to handle `OPTIONS` requests in the `/validate` block [issue #216](https://github.com/vouch/vouch-proxy/issues/216).

Additional Nginx configurations can be found in the [examples](https://github.com/vouch/vouch-proxy/tree/master/examples) directory.

## Running from Docker
Expand Down

0 comments on commit 561e102

Please sign in to comment.