fix: traefik router for acme certs (#1068)
* fix: traefik router for acme certs * fix: set default for sites * test: use .localhost site names
This commit is contained in:
committed by
GitHub
parent
8f843c1522
commit
a580385295
@@ -43,3 +43,8 @@ PROXY_READ_TIMOUT=
|
||||
# All Values allowed by nginx client_max_body_size are allowed, default value is 50m
|
||||
# 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 (,)
|
||||
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
||||
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
||||
SITES=`erp.example.com`
|
||||
|
||||
Reference in New Issue
Block a user