-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update environment variable documentation
- Loading branch information
1 parent
6c2338b
commit ea82c41
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
documentation/packages/reverse-proxy-traefik/environment-variables.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Traefik Environment Variables | ||
|
||
The following environment variables can be used to configure Traefik: | ||
|
||
| Variable | Value | Description | | ||
| ----------------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------- | | ||
| CERT_RESOLVER | le | The certificate resolver to use for obtaining TLS certificates. | | ||
| CA_SERVER | [https://acme-v02.api.letsencrypt.org/directory](https://acme-v02.api.letsencrypt.org/directory) | The URL of the ACME server for certificate generation. | | ||
| TLS | true | Enable or disable TLS encryption. | | ||
| TLS_CHALLENGE | http | The challenge type to use for TLS certificate generation. | | ||
| WEB_ENTRY_POINT | web | The entry point for web traffic. | | ||
| REDIRECT_TO_HTTPS | true | Enable or disable automatic redirection to HTTPS. | |