summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2020-02-23 16:44:53 +0300
committerGitHub <[email protected]>2020-02-23 16:44:53 +0300
commit99b8de5cef068446b58899d76fa02cd286837c49 (patch)
tree0af9d98c40ecfbc05363f6d07d0b6c978abe0f92 /.rr.yaml
parent25ef7646e2149b6e35945eb4ce50c19db2ef8e27 (diff)
parent0bc60171f9bf6800114fc0fcf931b1831fbd11f1 (diff)
Merge branch 'master' into rr_1.6.2
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml19
1 files changed, 18 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 5792b881..ed9336af 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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