X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d441e69fed5d0cb98549b10aa66c2637499021da..edd380241e9ba2b750eb9a1f82ffd6feeab6252f:/lib/apache.dtl diff --git a/lib/apache.dtl b/lib/apache.dtl index 70edc96..9e70f74 100644 --- a/lib/apache.dtl +++ b/lib/apache.dtl @@ -25,3 +25,6 @@ extern val location : location -> ^Vhost & Location => [Vhost & !Location]; 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]; +{{Give an alternate hostname for this vhost.}}