Skip to content

Commit

Permalink
content: adds multiple hosts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 26, 2024
1 parent aca0a7f commit 1ae8dcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ If no hosts are set, then all requests will be forwarded, except for matching re
```yaml
host: foo.example.com
```
If multiple hosts are needed, these can be specified by comma separating the hosts.
```yaml
host: foo.example.com,bar.example.com
```
## [App port](#app-port)
Expand Down

0 comments on commit 1ae8dcf

Please sign in to comment.