Skip to content

Commit 194066a

Browse files
committed
doc: fix typo in roles.httpd
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.
1 parent 4a064fb commit 194066a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,9 @@ Example of the configuration:
533533
roles_cfg:
534534
roles.httpd:
535535
default:
536-
- listen: 8081
536+
listen: 8081
537537
additional:
538-
- listen: '127.0.0.1:8082'
538+
listen: '127.0.0.1:8082'
539539
```
540540
541541
Server address should be provided either as a URI or as a single port

0 commit comments

Comments
 (0)