mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -229,7 +229,7 @@ user = librenms
|
|||||||
group = 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
|
listen = /run/php-fpm-librenms.sock
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user