diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index b2af2e7..08c3a87 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,6 +1,6 @@ # begin vhost for <%= @fqdn %> <VirtualHost *:<%= scope.lookupvar('apache::http_port') %>> - ServerName <%= fqdn %> + ServerName <%= @fqdn %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config |