We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cb8e9 commit 95e1fffCopy full SHA for 95e1fff
templates/vhost/_directories.erb
@@ -235,7 +235,10 @@
235
<%- end -%>
236
237
<%- if directory['dav'] -%>
238
- Dav <%= directory['dav'] %>
+ DAV <%= directory['dav'] %>
239
+ <%- if directory['svn_parent_path'] -%>
240
+ SVNParentPath <%= directory['svn_parent_path'] %>
241
+ <%- end -%>
242
<%- if directory['dav_depth_infinity'] -%>
243
DavDepthInfinity <%= scope.call_function('apache::bool2httpd', [directory['dav_depth_infinity']]) %>
244
0 commit comments