From 2b7e2d9a4993e113605fb7d679b58dfac6c44f07 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 31 May 2020 18:49:57 -0400 Subject: [PATCH] update authelia info on subfolder vs subdomain --- authelia.subdomain.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authelia.subdomain.conf.sample b/authelia.subdomain.conf.sample index cac5c4e..e4e68bc 100644 --- a/authelia.subdomain.conf.sample +++ b/authelia.subdomain.conf.sample @@ -1,4 +1,8 @@ # make sure that your dns has a cname set for authelia +# the default authelia-server and authelia-location confs included with letsencrypt rely on +# subfolder proxy at "/authelia" and enabling of this proxy conf is not necessary. +# But if you'd like to use authelia via subdomain, you can enable this proxy and set up your own +# authelia-server and authelia-location confs as described in authelia docs. server { listen 443 ssl; @@ -20,4 +24,4 @@ server { proxy_pass $upstream_proto://$upstream_app:$upstream_port; } -} \ No newline at end of file +}