update authelia info on subfolder vs subdomain

This commit is contained in:
aptalca 2020-05-31 18:49:57 -04:00 committed by GitHub
parent 0057ab5f3a
commit 2b7e2d9a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
# make sure that your dns has a cname set for authelia # 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 { server {
listen 443 ssl; listen 443 ssl;