unraid/webgui

Rename php5-fpm.sock paths

Commifreak opened this issue · 1 comments

This is not a webgui related one but maybe it could be forwarded...?

The main Unraid system still uses /var/run/php5-fpm.sock inside PHP-FPMs listen directive as well as in nginxs fastcgi_pass directive.

Not a big thing and it does not causes any issues - but without the php version it would be more acurate 😅

this has already been addressed in unraid7

# ls -alh /var/run/php-fpm*
-rw-r--r-- 1 root root 4 Sep 14 22:08 /var/run/php-fpm.pid
srw-rw---- 1 root root 0 Sep 14 22:08 /var/run/php-fpm.sock=

and previous comment fixed as well
25ccb39