Skip to content

Commit

Permalink
doc: fix typo in roles.httpd
Browse files Browse the repository at this point in the history
It was a typo in `roles.httpd` paragraph - listen addresses was wrongly
declared as a list in `roles_cfg` target.

After the patch list's markers was deleted.
  • Loading branch information
themilchenko committed Nov 13, 2024
1 parent 164726e commit bf6369e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ Example of the configuration:
roles_cfg:
roles.httpd:
default:
- listen: 8081
listen: 8081
additional:
- listen: '127.0.0.1:8082'
listen: '127.0.0.1:8082'
```
Server address should be provided either as a URI or as a single port
Expand Down

0 comments on commit bf6369e

Please sign in to comment.