We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
/var/run/php5-fpm.sock
listen
fastcgi_pass
Not a big thing and it does not causes any issues - but without the php version it would be more acurate 😅
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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-FPMslisten
directive as well as in nginxsfastcgi_pass
directive.Not a big thing and it does not causes any issues - but without the php version it would be more acurate 😅
The text was updated successfully, but these errors were encountered: