aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-20 21:58:49 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-01 23:11:59 +0300
commit5b1b8ef7fccd9f039b5decf31f160dbf4b989793 (patch)
treea1d5274ebea35d3eafe1a5615d4b9f20a8eaf07b /README.md
parentc87a64b472ef770115daf7ee56c84ce7ea04c739 (diff)
downloadmywatch-5b1b8ef7fccd9f039b5decf31f160dbf4b989793.tar.gz
Version 0.3.00.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e3cb41..bc2799d 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,9 @@ Sproxy Configuration
====================
* To access the service allow `GET` for `/`, `/static/%` and `/serverlist.json`.
-* To see processes on a particular MySQL server allow `GET` and `HEAD` for
- `/server/:server/processlist.json`.
+* To see processes on a particular MySQL server allow `GET` and (optional)
+ `HEAD` for `/server/:server/processlist.json`. The latter is only required with
+ Sproxy2 before version 1.95.0
* To kill processes allow `DELETE` for `/server/:server/process/%`