Skip to content

Commit

Permalink
Merge pull request #2 from rameshlohala/master
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
opichon authored May 24, 2018
2 parents 3093fd1 + c1a6ed1 commit cc78585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/traefik.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ KeyFile = "{{ cert.KeyFile }}"
[entryPoints.traefik]
address = ":8080"
{% if traefik_auth_users | length %}
[entryPoints.foo.auth]
[entryPoints.traefik.auth]
[entryPoints.traefik.auth.basic]
users = [{% for user in traefik_auth_users %}"{{ user }}"{% if not loop.last %}, {% endif %}{% endfor %}]
{% endif %}
Expand Down

0 comments on commit cc78585

Please sign in to comment.