forked from martinhoefling/letsencrypt-formula
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
There should be a way to specify a separate webroot for each domain set. Something like this:
domainsets:
www:
domains:
- example.com
- www.example.com
webroot: /var/www/domain.com/public
mail:
domains:
- imap.example.com
- smtp.example.com
- mail.example.com
webroot: /var/www/mail/public
intranet:
domains:
- intranet.example.com
webroot: /var/www/intranet/public
I solved this by picking one real webroot and symlinking the others to it, but I dislike this manual step.
nijotz and TiepiNL
Metadata
Metadata
Assignees
Labels
No labels