From c6cd178a5752a85cab638f32d5bfc145e9eafb01 Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 19 May 2009 19:00:08 +0200 Subject: removing double add default charset, adding where it have been missing --- templates/vhosts/static/OpenBSD.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/vhosts/static') diff --git a/templates/vhosts/static/OpenBSD.erb b/templates/vhosts/static/OpenBSD.erb index 5b1e792..3f95989 100644 --- a/templates/vhosts/static/OpenBSD.erb +++ b/templates/vhosts/static/OpenBSD.erb @@ -54,6 +54,10 @@ ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log combined + <%- if default_charset.to_s != 'absent' then -%> + AddDefaultCharset <%= default_charset %> + <%- end -%> + <%- if options.to_s != 'absent' or htpasswd_file.to_s != 'absent' then -%> /"> <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%> -- cgit v1.2.3