Documentation Revamp
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
This commit is contained in:
parent
848e45c22c
commit
ac6b11037d
174 changed files with 5858 additions and 4002 deletions
27
docs/content/providers/file.md
Normal file
27
docs/content/providers/file.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# TODO -- File
|
||||
|
||||
Good Old Configuration File
|
||||
{: .subtitle }
|
||||
|
||||
## Configuration
|
||||
|
||||
### Full Example in toml
|
||||
|
||||
`TO COMPLETE`
|
||||
|
||||
### In same file
|
||||
|
||||
`TO COMPLETE`
|
||||
|
||||
## In dedicated file
|
||||
|
||||
`TO COMPLETE`
|
||||
|
||||
### Old Content
|
||||
|
||||
Traefik can hot-reload those rules which could be provided by multiple configuration backends.
|
||||
|
||||
We only need to enable `watch` option to make Traefik watch configuration backend changes and generate its configuration automatically.
|
||||
Routes to services will be created and updated instantly at any changes.
|
||||
|
||||
Please refer to the configuration backends section to get documentation on it.
|
Loading…
Add table
Add a link
Reference in a new issue