Correct rrdcached.sock location (#12496)

According to https://docs.librenms.org/Extensions/RRDCached/
This commit is contained in:
Showfom
2021-02-05 00:04:15 +01:00
committed by GitHub
parent 2173b6d6a5
commit 30c008cc56
+1 -1
View File
@@ -38,7 +38,7 @@ server {
allow $LibreNMS_IP;
deny all;
proxy_pass unix:/var/run/rrdcached/rrdcached.sock;
proxy_pass unix:/run/rrdcached.sock;
}
```