chore(traefik): prefix all traefi vars with traefik_

This commit is contained in:
Bert-Jan Fikse 2026-01-22 17:29:56 +01:00
parent d0ae0a4df9
commit 13eb79803f
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
7 changed files with 58 additions and 58 deletions

View file

@ -1,18 +1,18 @@
{% if enable_dashboard %}
{% if traefik_enable_dashboard %}
api:
dashboard: true
insecure: true
{% endif %}
{% if enable_access_logs %}
{% if traefik_enable_access_logs %}
accessLog:
format: {{ access_log_format }}
format: {{ traefik_access_log_format }}
{% endif %}
entryPoints:
web:
address: ":80"
{% if use_ssl %}
{% if traefik_use_ssl %}
http:
redirections:
entryPoint: