Skip to content

Commit

Permalink
Fix possible confusion around php-fpm settings (librenms#14844)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hanserasmus authored Feb 14, 2023
1 parent b0ac39e commit 8fb908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Installation/Install-LibreNMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8fb908e

Please sign in to comment.