svn-support: Add reload command option (svn.proxy.reload_cmd) to ini files.
This commit is contained in:
parent
a17adc9084
commit
f18ea2abf4
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
################################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue