##// END OF EJS Templates
svn-support: Add reload command option (svn.proxy.reload_cmd) to ini files.
Martin Bornhold -
r1009:805136cb default
parent child Browse files
Show More
@@ -576,6 +576,9 b' svn.proxy.config_file_path = %(here)s/mo'
576 576 ## Used as a prefix to the <Location> block in the generated config file. In
577 577 ## most cases it should be set to `/`.
578 578 svn.proxy.location_root = /
579 ## Command to reload the mod dav svn configuration on change.
580 ## Example: `/etc/init.d/apache2 reload`
581 #svn.proxy.reload_cmd = /etc/init.d/apache2 reload
579 582
580 583
581 584 ################################
@@ -547,6 +547,9 b' svn.proxy.config_file_path = %(here)s/mo'
547 547 ## Used as a prefix to the <Location> block in the generated config file.
548 548 ## In most cases it should be set to `/`.
549 549 svn.proxy.location_root = /
550 ## Command to reload the mod dav svn configuration on change.
551 ## Example: `/etc/init.d/apache2 reload`
552 #svn.proxy.reload_cmd = /etc/init.d/apache2 reload
550 553
551 554
552 555 ################################
General Comments 0
You need to be logged in to leave comments. Login now