remove trailing spaces

This commit is contained in:
Frédéric Péters 2013-08-14 15:00:37 +02:00
parent 55253223e9
commit df58fcb273
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ package installs a init.d script automatically.
ServerName www.example.com
DocumentRoot /usr/share/wcs/web/
Alias /qo/ /usr/share/wcs/qommon/
SCGIMount / 127.0.0.1:3001
<LocationMatch "^/(css|images|js|qo)/.*">
SCGIHandler off
@ -50,5 +50,5 @@ package installs a init.d script automatically.
CustomLog /var/log/apache2/wcs-access.log combined
ErrorLog /var/log/apache2/wcs-error.log
</VirtualHost>