From 1e7b78900e15f4204f9d8da9c158b2965f0d8c41 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 27 Jun 2016 16:42:18 +0800 Subject: Suggest Sproxy configuration --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1397b99..5fc62a0 100644 --- a/README.md +++ b/README.md @@ -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 ====================== -- cgit v1.2.3