File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
documentation/packages/reverse-proxy-traefik Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ GF_SERVER_SERVE_FROM_SUB_PATH=true
5959
6060# Traefik Labels
6161CERT_RESOLVER=le
62+ # letsencrypt staging url https://acme-staging-v02.api.letsencrypt.org/directory
6263CA_SERVER=https://acme-v02.api.letsencrypt.org/directory
6364TLS=false
6465TLS_CHALLENGE=false
Original file line number Diff line number Diff line change 1+ # Traefik Environment Variables
2+
3+ The following environment variables can be used to configure Traefik:
4+
5+ | Variable | Value | Description |
6+ The following environment variables can be used to configure Traefik:
7+
8+ | Variable | Value | Description |
9+ | ----------------- | ---------------------------------------------- | --------------------------------------------------------------- |
10+ | CERT_RESOLVER | le | The certificate resolver to use for obtaining TLS certificates. |
11+ | CA_SERVER | https://acme-v02.api.letsencrypt.org/directory | The URL of the ACME server for certificate generation. |
12+ | TLS | true | Enable or disable TLS encryption. |
13+ | TLS_CHALLENGE | http | The challenge type to use for TLS certificate generation. |
14+ | WEB_ENTRY_POINT | web | The entry point for web traffic. |
15+ | REDIRECT_TO_HTTPS | true | Enable or disable automatic redirection to HTTPS. |
You can’t perform that action at this time.
0 commit comments