-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
grout
wildcard domains and routing doc
- Loading branch information
1 parent
4884255
commit c703eda
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1381,6 +1381,12 @@ EXAMPLES: | |
Self-hosted solutions: | ||
grout tcp://:5432 abhinavsingh.my.server # Custom URL for Postgres service running locally on port 5432 | ||
|
||
(*) Wildcard Domains: | ||
grout https://host:443 do.main --wildcard # Receive traffic on provided domain and all it's subdomains | ||
|
||
(*) Host based routing for Wildcard Domains: | ||
grout ... --tunnel-route-url host=https://h:p # When using wildcards, optionally route traffic by incoming host header | ||
|
||
SUPPORT: | ||
Write to us at [email protected] | ||
|
||
|