mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
docs: add NGINX_PROXY_HOSTS to example.env
This commit is contained in:
parent
e790a9fb50
commit
a4006618e9
1 changed files with 6 additions and 0 deletions
|
|
@ -52,8 +52,14 @@ PROXY_READ_TIMEOUT=
|
||||||
# Necessary if the upload limit in the frappe application is increased
|
# Necessary if the upload limit in the frappe application is increased
|
||||||
CLIENT_MAX_BODY_SIZE=
|
CLIENT_MAX_BODY_SIZE=
|
||||||
|
|
||||||
|
# Only with traefik overrides
|
||||||
# Single site: SITES_RULE=Host(`erp.example.com`)
|
# Single site: SITES_RULE=Host(`erp.example.com`)
|
||||||
# Multiple sites: SITES_RULE=Host(`a.example.com`) || Host(`b.example.com`)
|
# Multiple sites: SITES_RULE=Host(`a.example.com`) || Host(`b.example.com`)
|
||||||
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
||||||
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
||||||
SITES_RULE=Host(`erp.example.com`)
|
SITES_RULE=Host(`erp.example.com`)
|
||||||
|
|
||||||
|
# Only with nginxproxy overrides
|
||||||
|
# Single site: NGINX_PROXY_HOSTS=erp.example.com
|
||||||
|
# Multiple sites: NGINX_PROXY_HOSTS=erp.example.com,www.erp.example.com
|
||||||
|
NGINX_PROXY_HOSTS=erp.example.com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue