summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rr.yaml19
-rw-r--r--CHANGELOG.md3
2 files changed, 20 insertions, 2 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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c112c27..12b00e3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
CHANGELOG
=========
-v1.6.2 (24.02.2020)
+v1.6.2 (23.02.2020)
-------------------
+- added reload module to handle file changes
v1.6.1 (17.02.2020)
-------------------