Skip to content

Commit 342148c

Browse files
jmacdotorgdormando
authored andcommitted
Fix a syntax error.
1 parent 6c6c0a9 commit 342148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/proxy/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You can use a `cmdmap{}` call in your configuration file in any place where a ro
158158
map = {
159159
main = cmdmap{
160160
set = route_direct{
161-
child = { "main_pool" },
161+
child = "main_pool",
162162
},
163163
},
164164
},

0 commit comments

Comments
 (0)