Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol authored and Geal committed Apr 16, 2021
1 parent 931e198 commit 6d2fcd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ To start the reverse proxy:
sozu start -c config.toml
```

You can edit the reverse proxy's configuration with the `config.toml` file. You can declare
new applications, their frontends and backends through that file, but for more flexibility,
you should use the command socket (you can find one end of that unix socket at the path
designed by `command_socket` in the configuration file).
You can edit the reverse proxy's configuration with the `config.toml` file. You can declare new applications, their frontends and backends through that file.

**But** for more flexibility, you should use the command socket (you can find one end of that unix socket at the path designed by `command_socket` in the configuration file).

`sozuctl` has a few commands you can use to interact with the reverse proxy:

Expand Down

0 comments on commit 6d2fcd0

Please sign in to comment.