puppet/apache/templates/site.http.conf.erb
2009-11-25 21:03:03 +02:00

6 lines
233 B
Text

<VirtualHost *:80>
ServerName <%= site_fqdn %>
ErrorLog /srv/www/log/http/<%= site_fqdn %>/error_log
CustomLog /srv/www/log/http/<%= site_fqdn %>/access_log combined
DocumentRoot /srv/www/http/<%= site_fqdn %>
</VirtualHost>