From 5219ed76c4ca0465dc184423a527295e6d51568d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 13:50:12 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index ccaff89..98bb5c9 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -57,7 +57,7 @@ and you can change your password in the UI here: [`/admin/password_change/`](htt Set these ArchiveBox configuration values to based on your reverse proxy setup and needs: ```bash # REQUIRED: the header where your upstream reverse proxy will place the authenticated user's username/email -# EXAMPLE: Cf-Access-Authenticated-User-Email (if using Cloudflare) +# EXAMPLE: Cf-Access-Authenticated-User-Email (if using Cloudflare Access / Zero Trust) REVERSE_PROXY_USER_HEADER=X-Remote-User # REQUIRED: the IP/CIDR of your upstream reverse proxy server