From db4e66112643a5a13e3b5514754417934dab365c Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Fri, 3 Feb 2023 09:14:53 -0600 Subject: [PATCH] Update authelia-location.conf.sample --- root/defaults/nginx/authelia-location.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/nginx/authelia-location.conf.sample b/root/defaults/nginx/authelia-location.conf.sample index 566d1b2..ddd7e0c 100644 --- a/root/defaults/nginx/authelia-location.conf.sample +++ b/root/defaults/nginx/authelia-location.conf.sample @@ -34,7 +34,7 @@ add_header Set-Cookie $set_cookie; ## Set $authelia_backend to route requests to the current domain by default set $authelia_backend $http_host; -## In order for Webauthn to work with multiple subdomains Authelia must operate on a separate subdomain +## In order for Webauthn to work with multiple domains Authelia must operate on a separate subdomain ## To use Authelia on a separate subdomain: ## * comment the $authelia_backend line above ## * rename /config/nginx/site-conf/authelia.conf.sample to /config/nginx/site-conf/authelia.conf