diff options
author | andreas <andreas@immerda.ch> | 2009-04-25 18:44:02 +0000 |
---|---|---|
committer | andreas <andreas@immerda.ch> | 2009-04-25 18:44:02 +0000 |
commit | 993a9d78da916fb1be46170fc7469a1c08d04ffd (patch) | |
tree | fc718aee2475e5033c5d7584a421771e6adf38db /templates/vhosts/php | |
parent | 1a46c4ffb854707584395556b50e331f0ef9dabb (diff) |
server_admin variable for ServerAdmin line in vhosts
Diffstat (limited to 'templates/vhosts/php')
-rw-r--r-- | templates/vhosts/php/CentOS.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index cf7b5bd..1d31f5e 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -6,6 +6,9 @@ <%- unless serveralias.to_s.empty? then -%> ServerAlias <%= serveralias %> <%- end -%> + <%- unless server_admin.to_s.empty? then -%> + ServerAdmin <%= server_admin %> + <%- end -%> DocumentRoot <%= documentroot %>/ ErrorLog <%= logdir %>/error_log |