X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/3196000d8e29e14665f43ffd74460b2e6d592250..3c855c4bab81d7d4adb54724f0e08be61a55241e:/lib/apache.dtl diff --git a/lib/apache.dtl b/lib/apache.dtl index 9b88bd3..1e5d54e 100644 --- a/lib/apache.dtl +++ b/lib/apache.dtl @@ -1,10 +1,15 @@ {{Apache web server configuration}} +extern type web_node; +{{Nodes that accept Apache configuration from you}} + +extern val web_node_to_node : web_node -> node; + context Vhost; {{A WWW virtual host}} extern val vhost : host -> Vhost => [Domain] - {WebNodes : [node], + {WebNodes : [web_node], SSL : bool, User : your_user, Group : your_group,