chore(traefik): prefix all traefi vars with traefik_
This commit is contained in:
parent
d0ae0a4df9
commit
13eb79803f
7 changed files with 58 additions and 58 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue