summaryrefslogtreecommitdiff
path: root/templates/vhosts/static
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 18:07:46 +0000
committermh <mh@immerda.ch>2008-12-05 18:07:46 +0000
commitded5106de8e6fef521343f6db6662641992a3f0d (patch)
treed5256a8a8faa33f25bce290b2cd5b2cb73234041 /templates/vhosts/static
parent8a2d1ed9ad20e2fec17432ac7720cda7760ad03e (diff)
fixed option decision, centos static is now link of openbsd, as we can use the same
Diffstat (limited to 'templates/vhosts/static')
l---------[-rw-r--r--]templates/vhosts/static/CentOS.erb26
1 files changed, 1 insertions, 25 deletions
diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb
index e990f5e..58a2ba5 100644..120000
--- a/templates/vhosts/static/CentOS.erb
+++ b/templates/vhosts/static/CentOS.erb
@@ -1,25 +1 @@
-<VirtualHost *:80>
- 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
-
- <Directory "<%= documentroot %>">
- AllowOverride <%= allow_override %>
- Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%>
- </Directory>
-
- <IfModule mod_security2.c>
- SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %>
- </IfModule>
-
- <%- unless additional_options == 'absent' then -%>
- <%= additional_options %>
- <%- end -%>
-</VirtualHost>
+OpenBSD.erb \ No newline at end of file