From ded5106de8e6fef521343f6db6662641992a3f0d Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Dec 2008 18:07:46 +0000 Subject: fixed option decision, centos static is now link of openbsd, as we can use the same --- templates/vhosts/static/CentOS.erb | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) mode change 100644 => 120000 templates/vhosts/static/CentOS.erb (limited to 'templates/vhosts/static/CentOS.erb') diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb deleted file mode 100644 index e990f5e..0000000 --- a/templates/vhosts/static/CentOS.erb +++ /dev/null @@ -1,25 +0,0 @@ - - Include conf.d/defaults.inc - - ServerName <%= servername %> - <%- unless serveralias.to_s.empty? -%> - ServerAlias <%= serveralias %> - <%- end -%> - DocumentRoot <%= documentroot %> - - ErrorLog <%= logdir %>/error_log - CustomLog <%= logdir %>/access_log combined - - "> - AllowOverride <%= allow_override %> - Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%> - - - - SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %> - - - <%- unless additional_options == 'absent' then -%> - <%= additional_options %> - <%- end -%> - diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb new file mode 120000 index 0000000..58a2ba5 --- /dev/null +++ b/templates/vhosts/static/CentOS.erb @@ -0,0 +1 @@ +OpenBSD.erb \ No newline at end of file -- cgit v1.2.3