Skip to content

Commit 95e1fff

Browse files
author
Deepak Tiwari
committed
Enable support for svn_parent_path in vhost directories
1 parent b6cb8e9 commit 95e1fff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/vhost/_directories.erb

+4-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@
235235
<%- end -%>
236236
<%- end -%>
237237
<%- if directory['dav'] -%>
238-
Dav <%= directory['dav'] %>
238+
DAV <%= directory['dav'] %>
239+
<%- if directory['svn_parent_path'] -%>
240+
SVNParentPath <%= directory['svn_parent_path'] %>
241+
<%- end -%>
239242
<%- if directory['dav_depth_infinity'] -%>
240243
DavDepthInfinity <%= scope.call_function('apache::bool2httpd', [directory['dav_depth_infinity']]) %>
241244
<%- end -%>

0 commit comments

Comments
 (0)