domtool-admin returns proper exit code on OpenSSL exception
[hcoop/domtool2.git] / lib / apache.dtl
index db9dc37..1c3b1ad 100644 (file)
@@ -49,7 +49,7 @@ context Location;
 extern type location;
 {{A valid URI prefix}}
 
-extern val location : location -> Vhost & Location => [Vhost & !Location];
+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.}}