# HG changeset patch # User Martin Bornhold # Date 2016-07-29 11:25:43 # Node ID 71f6516ff67625b62217e122d5065b9b3806b005 # Parent 0a96e278972a7938114c5baadd0c519f7ca0efb5 svn: Escape environment variable syntax in comment to prevent mako from rendering it. diff --git a/rhodecode/svn_support/templates/mod-dav-svn.conf.mako b/rhodecode/svn_support/templates/mod-dav-svn.conf.mako --- a/rhodecode/svn_support/templates/mod-dav-svn.conf.mako +++ b/rhodecode/svn_support/templates/mod-dav-svn.conf.mako @@ -20,8 +20,8 @@ # # ServerAdmin webmaster@localhost # DocumentRoot /var/www/html -# ErrorLog ${APACHE_LOG_DIR}/error.log -# CustomLog ${APACHE_LOG_DIR}/access.log combined +# ErrorLog ${'${APACHE_LOG_DIR}'}/error.log +# CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined # Include /path/to/generated/mod_dav_svn.conf #