mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correct rrdcached.sock location (#12496)
According to https://docs.librenms.org/Extensions/RRDCached/
This commit is contained in:
@@ -38,7 +38,7 @@ server {
|
||||
allow $LibreNMS_IP;
|
||||
deny all;
|
||||
|
||||
proxy_pass unix:/var/run/rrdcached/rrdcached.sock;
|
||||
proxy_pass unix:/run/rrdcached.sock;
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user