diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 16:42:18 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 17:15:41 +0800 |
commit | 1e7b78900e15f4204f9d8da9c158b2965f0d8c41 (patch) | |
tree | b0b3d94508e4abf8de5a611032bf4c67996af450 | |
parent | 6ec34291a8db6be51368dfd863695943a6c0b58f (diff) | |
download | mywatch-1e7b78900e15f4204f9d8da9c158b2965f0d8c41.tar.gz |
Suggest Sproxy configuration
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -65,6 +65,14 @@ user = user2 !include /run/keys/my.secret.cnf ``` +Sproxy Configuration +==================== + +* To access the service allow `GET` for `/`, `/static/%` and `/severlist.json`. +* To see processes on a particular MySQL server allow `GET` and `HEAD` for + `/server/:server/processlist.json`. +* To kill processes allow `DELETE` for `/server/:server/process/%` + Database Configuration ====================== |