mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 23:43:01 +00:00
15 lines
372 B
Markdown
15 lines
372 B
Markdown
---
|
|
title: "Traefik File Static Configuration"
|
|
description: "Reference the YAML and TOML files for static configuration in Traefik Proxy. Read the technical documentation."
|
|
---
|
|
|
|
# Static Configuration: File
|
|
|
|
```yml tab="YAML"
|
|
--8<-- "content/reference/static-configuration/file.yaml"
|
|
```
|
|
|
|
```toml tab="TOML"
|
|
--8<-- "content/reference/static-configuration/file.toml"
|
|
```
|