1
0
Fork 0

refactor rules -> routes, routes -> frontends

This commit is contained in:
emile 2015-09-15 16:09:21 +02:00
parent 74ae3eaa01
commit a4f542c02f
7 changed files with 62 additions and 62 deletions

View file

@ -192,14 +192,14 @@ domain = "docker.localhost"
# url = "http://172.17.0.5:80"
# weight = 2
#
# [routes]
# [routes.route1]
# [frontends]
# [frontends.frontend1]
# backend = "backend2"
# [routes.route1.rules.test_1]
# [frontends.frontend1.routes.test_1]
# category = "Host"
# value = "test.localhost"
# [routes.route2]
# [frontends.frontend2]
# backend = "backend1"
# [routes.route2.rules.test_2]
# [frontends.frontend2.routes.test_2]
# category = "Path"
# value = "/test"