X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2882ee37fded46346977da456ae793f3e6a3bfac..36e42cb86393a7b9e333ecd7edfbdd16c7d9a1ac:/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.}}