File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,8 @@ Sets the Apache server administrator's contact information via Apache's [`Server
1093
1093
1094
1094
Sets the Apache server name via Apache's [ ` ServerName ` ] [ ] directive. Default: the 'fqdn' fact reported by [ Facter] [ ] .
1095
1095
1096
+ Setting to false will not set ServerName at all.
1097
+
1096
1098
##### ` server_root `
1097
1099
1098
1100
Sets the Apache server's root directory via Apache's [ ` ServerRoot ` ] [ ] directive. Default: determined by your operating system.
Original file line number Diff line number Diff line change 4
4
# ************************************
5
5
6
6
< VirtualHost <%= [ @nvh_addr_port ] . flatten . compact . join ( ' ' ) %> >
7
+ <% if @servername -%>
7
8
ServerName <%= @servername %>
9
+ <% end -%>
8
10
<% if @serveradmin -%>
9
11
ServerAdmin <%= @serveradmin %>
10
12
<% end -%>
You can’t perform that action at this time.
0 commit comments