Skip to content

Commit

Permalink
Revert "Update a path in haproxy guide"
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Aug 25, 2022
1 parent e1c02d9 commit 40c4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices/haproxy-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can easily use HAProxy to configure and set up a load-balanced database envi
{{< copyable "shell-regular" >}}

```bash
echo 'export PATH=/app/haproxy:$PATH' >> /etc/profile
echo 'export PATH=/app/haproxy/bin:$PATH' >> /etc/profile
```

5. Check whether the installation is successful:
Expand Down

0 comments on commit 40c4f2a

Please sign in to comment.