6 lines
233 B
Text
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>
|