##// END OF EJS Templates
svn: Escape environment variable syntax in comment to prevent mako from rendering it.
Martin Bornhold -
r569:71f6516f default
parent child Browse files
Show More
@@ -20,8 +20,8 b''
20 20 # <VirtualHost *:8080>
21 21 # ServerAdmin webmaster@localhost
22 22 # DocumentRoot /var/www/html
23 # ErrorLog ${APACHE_LOG_DIR}/error.log
24 # CustomLog ${APACHE_LOG_DIR}/access.log combined
23 # ErrorLog ${'${APACHE_LOG_DIR}'}/error.log
24 # CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined
25 25 # Include /path/to/generated/mod_dav_svn.conf
26 26 # </VirtualHost>
27 27
General Comments 0
You need to be logged in to leave comments. Login now