Prva inacica paketa za Debian wheezy distribuciju.
[apache2-cn.git] / templates / default.template
index cf1bd53..e31dffd 100644 (file)
@@ -1,8 +1,9 @@
 <VirtualHost *:80>
     ServerAdmin webmaster@HOST.DOMAIN
-    
+
     ServerName HOST.DOMAIN
     DocumentRoot DOCROOT
+
     LogLevel warn
     ErrorLog /var/log/apache2/HOST.DOMAIN-error.log
     CustomLog /var/log/apache2/HOST.DOMAIN-access.log combined
@@ -14,5 +15,4 @@
     #    Order allow,deny
     #    Allow from all
     #</Directory>
-
 </VirtualHost>