Add support for multiple vhosts

This commit is contained in:
rtm516 2023-12-24 13:15:41 +00:00
commit bdbe73b461
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
4 changed files with 50 additions and 30 deletions

View file

@ -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