vouch-proxy/examples/nginx
Benjamin Foote e553b21b5e fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
..
multi-file fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
single-file fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
README.md Add individual examples. 2019-07-31 16:46:07 +04:00
nginx_scopes_and_claims.conf example nginx conf for claims 2020-12-11 16:43:02 +01:00

README.md

NGINX Examples

Nginx can be used for most deployments of Vouch Proxy. Nginx is always an appropriate choice unless you wan to do advanced authorization of users based on information being returned from Vouch Proxy.

Configuration Examples

Single-File

Use the single file examples when you only have one or a small number of applications you would like to proxy. The single file examples are simple and easy to implement.

Multi-File

Use the multi-file examples if you want to better organize your configuration files and make it easier to add/remove proxied applications.