From b317e3ac6756034b873a86a3d904535955a8aae6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 15:24:42 -0200 Subject: Introducing $apache_server_name --- templates/apache2.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/apache2.conf.erb b/templates/apache2.conf.erb index 9ff6ea5..cc59c6d 100644 --- a/templates/apache2.conf.erb +++ b/templates/apache2.conf.erb @@ -35,7 +35,7 @@ # such as the number of concurrent requests it can handle or where it # can find its configuration files. # -ServerName <%= fqdn %> +ServerName <%= apache_server_name %> # # ServerRoot: The top of the directory tree under which the server's -- cgit v1.2.3