aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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
======================