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