Fix spelling of HTTP header (#1064)

pull/1068/head
Jonas Kello 7 years ago committed by Robert Fratto
parent a3fde23651
commit f34b006538
  1. 2
      docs/operations/authentication.md

@ -5,7 +5,7 @@ expected to run an authenticating reverse proxy in front of your services, such
as NGINX using basic auth or an OAuth2 proxy.
Note that when using Loki in multi-tenant mode, Loki requires the HTTP header
`X-Scopre-OrgID` to be set to a string identifying the user; the responsibility
`X-Scope-OrgID` to be set to a string identifying the user; the responsibility
of populating this value should be handled by the authenticating reverse proxy.
For more information on multi-tenancy please read its
[documentation](multi-tenancy.md).

Loading…
Cancel
Save