mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
examples - fix authelia variables.env
This commit is contained in:
parent
81b3703660
commit
f5ede78974
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue