Skip to content

Commit 52110fc

Browse files
committed
DOC: Remove global.cfg from docs
1 parent 96a750d commit 52110fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can test it by simply running:
8585
./dataplaneapi --port 5555 -b /usr/sbin/haproxy -c /etc/haproxy/haproxy.cfg -d 5 -r "service haproxy reload" -u dataplaneapi -t /tmp/haproxy
8686
```
8787

88-
Test it out with curl, note that you need user/pass combination setup in HAProxy userlist in global.cfg (in above example: /etc/haproxy/global.cfg, userlist controller):
88+
Test it out with curl, note that you need user/pass combination setup in HAProxy userlist in haproxy configuration (in above example: /etc/haproxy/haproxy.cfg, userlist controller):
8989

9090
```
9191
curl -u <user>:<pass> -H "Content-Type: application/json" "http://127.0.0.1:5555/v1/"

0 commit comments

Comments
 (0)