Skip to content

Commit

Permalink
Merge pull request #1303 from ruslansennov/patch-1
Browse files Browse the repository at this point in the history
fix consul sample endpoints
  • Loading branch information
timoreimann committed Mar 29, 2017
2 parents 240b2be + b22716c commit 0e0a231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traefik.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
#
# Backend-specific constraint
# [consulCatalog]
# endpoint = 127.0.0.1:8500
# endpoint = "127.0.0.1:8500"
# constraints = ["tag==api"]
#
# Multiple constraints
# - "tag==" must match with at least one tag
# - "tag!=" must match with none of tags
# constraints = ["tag!=us-*", "tag!=asia-*"]
# [consulCatalog]
# endpoint = 127.0.0.1:8500
# endpoint = "127.0.0.1:8500"
# constraints = ["tag==api", "tag!=v*-beta"]

# Enable ACME (Let's Encrypt): automatic SSL
Expand Down

0 comments on commit 0e0a231

Please sign in to comment.