commit 1d506135640319e451858b876de3c9d20a6b2a45 parent 9e47eea226071ac2fefdde1008c6ebadcc2dfdb2 Author: decentral1se <decentral1se@web> Date: Sat, 11 Apr 2026 19:37:24 +0200 fix: not in prod Diffstat:
| M | eik.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -268,7 +268,7 @@ Here's an example `nginx` configuration. proxy_set_header Connection ""; proxy_pass_request_body off; - proxy_pass http://rauthy/auth/v1/clients/<YOUR-CLIENT-ID>/forward_auth?danger_cookie_insecure=true; + proxy_pass http://rauthy/auth/v1/clients/<YOUR-CLIENT-ID>/forward_auth; } location = /callback {