From f2925626e0dbb4dcf34af4f3f540a7190782dac7 Mon Sep 17 00:00:00 2001 From: Benjamin Foote Date: Wed, 6 Feb 2019 14:02:55 -0800 Subject: [PATCH] link to #64 https nginx vouch config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04fea2aa..e91755d9 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ server { ``` -If Vouch is configured behind the **same** nginx reverseproxy (perhaps so you can configure ssl) be sure to pass the `Host` header properly, otherwise the JWT cookie cannot be set into the domain +If Vouch is configured behind the **same** nginx reverseproxy ([perhaps so you can configure ssl](https://github.com/vouch/vouch-proxy/issues/64#issuecomment-461085139)) be sure to pass the `Host` header properly, otherwise the JWT cookie cannot be set into the domain ```{.nginxconf} server {