fixes typo in set-authorization-header
This commit is contained in:
		
							parent
							
								
									a38b0dcec2
								
							
						
					
					
						commit
						9660839667
					
				|  | @ -505,7 +505,7 @@ server { | ||||||
|     auth_request_set $auth_cookie $upstream_http_set_cookie; |     auth_request_set $auth_cookie $upstream_http_set_cookie; | ||||||
|     add_header Set-Cookie $auth_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. |     # 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, |     # 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. |     # so if your cookies are larger than 4kb, you will need to extract additional cookies manually. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue