Skip to content

Commit

Permalink
Merge pull request #102 from paganotoni/main
Browse files Browse the repository at this point in the history
Adds multiple hosts documentation
  • Loading branch information
dhh authored Sep 28, 2024
2 parents f2eb460 + 77069a9 commit 40db152
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 40db152

Please sign in to comment.