diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -576,6 +576,9 @@ svn.proxy.config_file_path = %(here)s/mo ## Used as a prefix to the 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 ################################ diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -547,6 +547,9 @@ svn.proxy.config_file_path = %(here)s/mo ## Used as a prefix to the 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 ################################