From ab1a9307054db6a691897018b34eee172dc41f1b Mon Sep 17 00:00:00 2001 From: Mikhail Vasin Date: Tue, 5 Dec 2017 04:30:02 +0300 Subject: [PATCH] Emphasize the necessity of enabling file backend --- docs/configuration/backends/file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/backends/file.md b/docs/configuration/backends/file.md index 16f83d528..41e39d8b5 100644 --- a/docs/configuration/backends/file.md +++ b/docs/configuration/backends/file.md @@ -8,6 +8,8 @@ You have three choices: - [Rules in a Separate File](/configuration/backends/file/#rules-in-a-separate-file) - [Multiple `.toml` Files](/configuration/backends/file/#multiple-toml-files) +To enable the file backend, you must either pass the `--file` option to the Træfik binary or put the `[file]` section (with or without inner settings) in the configuration file. + ## Simple Add your configuration at the end of the global configuration file `traefik.toml`: