14 lines
372 B
Markdown
14 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"
|
|
```
|