From f5ede7897482056172f09d3dcc8ed5444dc0bde3 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 19 Jul 2022 17:42:08 +0200 Subject: [PATCH] examples - fix authelia variables.env --- examples/authelia/variables.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/authelia/variables.env b/examples/authelia/variables.env index 7c599a075..96a565ed9 100644 --- a/examples/authelia/variables.env +++ b/examples/authelia/variables.env @@ -2,7 +2,8 @@ HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 MULTISITE=yes -SERVER_NAME=auth.example.com app1.example.com app2.example.com # replace with your domains +# Replace with your domains +SERVER_NAME=auth.example.com app1.example.com app2.example.com SERVE_FILES=no DISABLE_DEFAULT_SERVER=yes AUTO_LETS_ENCRYPT=yes