Skip to content

Commit

Permalink
Enable support for svn_parent_path in vhost directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari authored and deepak7340 committed Dec 12, 2023
1 parent b6cb8e9 commit 4439141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/vhost/_directories.erb
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
<%- end -%>
<%- if directory['dav'] -%>
Dav <%= directory['dav'] %>
<%- if directory['svn_parent_path'] -%>
SVNParentPath <%= directory['svn_parent_path'] %>
<%- end -%>
<%- if directory['dav_depth_infinity'] -%>
DavDepthInfinity <%= scope.call_function('apache::bool2httpd', [directory['dav_depth_infinity']]) %>
<%- end -%>
Expand Down

0 comments on commit 4439141

Please sign in to comment.