Skip to content

Commit 0ed20d8

Browse files
committed
fix(per-route-lb): correct indentation for app manifest snippet
1 parent 6ad9965 commit 0ed20d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-per-route-options.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ To configure per-route load balancing for an application that has not yet been p
3737
- name: MY-APP
3838
routes:
3939
- route: MY-HOST.EXAMPLE.COM
40-
options:
41-
loadbalancing: least-connection
40+
options:
41+
loadbalancing: least-connection
4242
```
4343

4444
Where `MY-APP` is the name of your app and `MY-HOST.EXAMPLE.COM` is the route you want to map to your app.

0 commit comments

Comments
 (0)