Added monit to backend CMS

This commit is contained in:
2021-01-08 14:26:33 +01:00
parent 8cafe06982
commit afffd9f74d
7 changed files with 117 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ location = /backend/netdata {
}
}
location /backend/monit/ {
deny all; #enables/disables monit-websocket
proxypass http://unix:/var/run/monit/monit.sock:/;
}
location ~ /\.ht {
deny all;
}