From 96608396677e1440b83763639716af8ee2028bb4 Mon Sep 17 00:00:00 2001 From: daB0bby Date: Tue, 26 Mar 2019 16:49:04 +0100 Subject: [PATCH] fixes typo in set-authorization-header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb63be..bd0953e 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ server { auth_request_set $auth_cookie $upstream_http_set_cookie; add_header Set-Cookie $auth_cookie; - # When using the --set-authorization flag, some provider's cookies can exceed the 4kb + # When using the --set-authorization-header flag, some provider's cookies can exceed the 4kb # limit and so the OAuth2 Proxy splits these into multiple parts. # Nginx normally only copies the first `Set-Cookie` header from the auth_request to the response, # so if your cookies are larger than 4kb, you will need to extract additional cookies manually.