vouch-proxy/examples/nginx/single-file
Benjamin Foote e553b21b5e 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_basic.conf fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
nginx_with_vouch.conf fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
nginx_with_vouch_single_server.conf fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00
nginx_with_vouch_ssl.conf fix #408 add semicolons to auth_request_set 2021-08-07 00:11:24 -07:00

README.md

Nginx Single-File Configuration Examples

File Description
nginx_basic.conf The basic nginx configuration example. Provides authentication for an app at https://protectedapp.yourdomain.com. Vouch is running on vouch.yourdomain.com:9090 directly accessible.
nginx_with_vouch.conf Builds on the basic example by adding a proxy (port 80) for vouch to a vouch instance on localhost.
nginx-with_vouch_ssl.conf Builds on the basic example by adding a proxy (port 443) for vouch using https to a vouch instance on localhost. This configuration supports secure cookies. Multiple backends can listen on port 443 at the same time when using server_name field.