Update authelia-location.conf.sample

This commit is contained in:
Eric Nemchik 2023-02-03 09:14:53 -06:00 committed by GitHub
parent 777fa62481
commit db4e661126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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