Fix possible confusion around php-fpm settings (#14844)

* Fix possible confusion around php-fpm settings

From the discord channel there seemed to be some confusion regarding the socket location setting for php-fpm.

* Update Install-LibreNMS.md

Updated with new suggestions
This commit is contained in:
Hans Erasmus
2023-02-14 15:35:09 +02:00
committed by GitHub
parent b0ac39e30a
commit 8fb908eb15

View File

@@ -229,7 +229,7 @@ user = librenms
group = librenms
```
Change `listen` to a unique name:
Change `listen` to a unique path that must match your webserver's config (`fastcgi_pass` for NGINX and `SetHandler` for Apache) :
```
listen = /run/php-fpm-librenms.sock
```