svn-support: Add reload command option (svn.proxy.reload_cmd) to ini files.

This commit is contained in:
Martin Bornhold 2016-10-14 10:04:17 +02:00
parent a17adc9084
commit f18ea2abf4
2 changed files with 6 additions and 0 deletions

View file

@ -576,6 +576,9 @@ svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
## Used as a prefix to the <Location> block in the generated config file. In
## most cases it should be set to `/`.
svn.proxy.location_root = /
## Command to reload the mod dav svn configuration on change.
## Example: `/etc/init.d/apache2 reload`
#svn.proxy.reload_cmd = /etc/init.d/apache2 reload
################################

View file

@ -547,6 +547,9 @@ svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
## Used as a prefix to the <Location> block in the generated config file.
## In most cases it should be set to `/`.
svn.proxy.location_root = /
## Command to reload the mod dav svn configuration on change.
## Example: `/etc/init.d/apache2 reload`
#svn.proxy.reload_cmd = /etc/init.d/apache2 reload
################################