You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Vouch Proxy relies on the ability to share a cookie between the Vouch Proxy serv
42
42
The following Nginx config assumes..
43
43
44
44
- Nginx, `vouch.yourdomain.com` and `protectedapp.yourdomain.com` are running on the same server
45
-
- both domains are served as `https` and have valid certs (if not, change to `listen 80` and set [vouch.cookie.domain](https://github.com/vouch/vouch-proxy/blob/master/config/config.yml_example#L71-L72) to `false`)
45
+
- both domains are served as `https` and have valid certs (if not, change to `listen 80` and set [vouch.cookie.secure](https://github.com/vouch/vouch-proxy/blob/master/config/config.yml_example#L71-L72) to `false`)
46
46
47
47
```{.nginxconf}
48
48
server {
@@ -164,6 +164,7 @@ The variable `VOUCH_CONFIG` can be used to set an alternate location for the con
164
164
-[validation by GitHub Team or GitHub Org](https://github.com/vouch/vouch-proxy/pull/205)
165
165
-[running on a Raspberry Pi using the ARM based Docker image](https://github.com/vouch/vouch-proxy/pull/247)
166
166
-[Kubernetes architecture post ingress](https://github.com/vouch/vouch-proxy/pull/263#issuecomment-628297832)
167
+
-[set `HTTP_PROXY` to relay Vouch Proxy IdP requests through an outbound proxy server](https://github.com/vouch/vouch-proxy/issues/291)
0 commit comments