fixed typos in config for monit

This commit is contained in:
2021-01-08 15:11:02 +01:00
parent afffd9f74d
commit d123670a71
4 changed files with 5 additions and 5 deletions

View File

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