X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/434a7b1fbf0e810a19b9b4038edd28c981908cbd..7082219657be97cb63a0abc36d582b349066068a:/lib/apache.dtl?pf=hcoop diff --git a/lib/apache.dtl b/lib/apache.dtl index 93fb3a3..db30398 100644 --- a/lib/apache.dtl +++ b/lib/apache.dtl @@ -44,5 +44,11 @@ extern val directory : your_path -> ^Vhost & Location => [Vhost & !Location]; {{Set some configuration specific to a URI prefix or filesystem directory, respectively.}} -extern val serverAlias : your_domain_host -> [Vhost]; +extern val serverAliasHost : your_domain_host -> [Vhost]; {{Give an alternate hostname for this vhost.}} +extern val serverAlias : host -> [Vhost]; +{{Like serverAliasHost, but adds an alias for the given hostname at every domain + being configured.}} +extern val serverAliasDefault : [Vhost]; +{{Like serverAliasDefault, but adds aliases for the domains being configured + instead of any of their hosts/"subdomains".}}