File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ Setting `add_listen` to 'false' stops the vhost from creating a Listen statement
10051005
10061006#####` use_optional_includes `
10071007
1008- Specifies if for apache > 2.4 it should use IncludeOptional instead of Include.
1008+ Specifies if for apache > 2.4 it should use IncludeOptional instead of Include for ` additional_includes ` . Defaults to 'false' .
10091009
10101010#####` additional_includes `
10111011
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ LogFormat "<%= format -%>" <%= nickname %>
6464 <%- end -%>
6565<% end -%>
6666
67- <%- if scope . function_versioncmp ( [ @apache_version , '2.4' ] ) >= 0 && @use_optional_includes -%>
67+ <%- if scope . function_versioncmp ( [ @apache_version , '2.4' ] ) >= 0 -%>
6868IncludeOptional "<%= @confd_dir %> /*.conf"
6969<%- else -%>
7070Include "<%= @confd_dir %> /*.conf"
You can’t perform that action at this time.
0 commit comments