mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
docs(env): switch SITES to SITES_RULE for v3 traefik
This commit is contained in:
parent
8afa5d60f5
commit
108fb0e6af
1 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,8 @@ PROXY_READ_TIMEOUT=
|
|||
# Necessary if the upload limit in the frappe application is increased
|
||||
CLIENT_MAX_BODY_SIZE=
|
||||
|
||||
# List of sites for letsencrypt certificates quoted with backtick (`) and separated by comma (,)
|
||||
# Single site: SITES_RULE=Host(`erp.example.com`)
|
||||
# Multiple sites: SITES_RULE=Host(`a.example.com`) || Host(`b.example.com`)
|
||||
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
||||
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
||||
SITES=`erp.example.com`
|
||||
SITES_RULE=Host(`erp.example.com`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue