forked from git-mirrors/GeyserConnect
Add support for multiple vhosts
This commit is contained in:
parent
90870e9238
commit
bdbe73b461
4 changed files with 50 additions and 30 deletions
|
@ -96,5 +96,8 @@ vhost:
|
|||
# Should this be enabled
|
||||
enabled: false
|
||||
|
||||
# The base domain pointing to the server
|
||||
base-domain: example.com
|
||||
# The domains pointing to the server
|
||||
domains:
|
||||
- example.com
|
||||
- eu.example.com
|
||||
- us.example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue