diff options
author | Anton Titov <[email protected]> | 2020-02-23 16:41:26 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-23 16:41:26 +0300 |
commit | 0bc60171f9bf6800114fc0fcf931b1831fbd11f1 (patch) | |
tree | e9ab7cfd5be486aa192f15c34ed40db100271903 /.rr.yaml | |
parent | ab4faa4aa2edbadb91ed2d0748400484ccaf6dc5 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -159,4 +159,21 @@ static: # health service configuration health: # http host to serve health requests. - address: localhost:2113
\ No newline at end of file + address: localhost:2113 + +# reload can reset rr servers when files change +reload: + # refresh internval (default 1s) + interval: 1s + + # file extensions to watch, defaults to [.php] + patterns: [".php"] + + # list of services to watch + services: + http: + # list of dirs, "" root + dirs: [""] + + # include sub directories + recursive: true |