Testing MySQL tuning

This commit is contained in:
VirtuBox
2019-07-25 11:40:12 +02:00
parent dbb7dfc956
commit 773681bb52
3 changed files with 134 additions and 111 deletions

View File

@@ -74,3 +74,13 @@ upstream netdata {
server 127.0.0.1:19999;
keepalive 64;
}
#-------------------------------
# Redis
#-------------------------------
# Redis cache upstream
upstream redis {
server 127.0.0.1:6379;
keepalive 10;
}