Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howto:php [2023/02/04 23:30] – [Configure Web Server For PHP-FPM] Example using UNIX domain socket for php-fpm connection digital man | howto:php [2023/02/05 19:33] (current) – [Configure Web Server For PHP-FPM] Forgot the "unix:" prefix in the UDS example digital man | ||
---|---|---|---|
Line 89: | Line 89: | ||
< | < | ||
[*.php] | [*.php] | ||
- | FastCGISocket=/ | + | FastCGISocket=unix:/ |
</ | </ | ||