Skip to content
New issue

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

Error on nginx conf with php 8.2 #127

Open
magostinelli opened this issue Oct 5, 2023 · 0 comments
Open

Error on nginx conf with php 8.2 #127

magostinelli opened this issue Oct 5, 2023 · 0 comments

Comments

@magostinelli
Copy link

Describe the bug

When choose php 8.2 for my_webapp, nginx conf (my_webapp.d/php.conf) contains:
fastcgi_pass unix:/var/run/php/php7.4-fpm-my_webapp.sock
Instead of:
fastcgi_pass unix:/var/run/php/php8.2-fpm-my_webapp.sock
A clear and concise description of what the bug is.

Context

  • Hardware: VPS bought online
  • YunoHost version: 11.2.4
  • I have access to my server: Through SSH, through the webadmin |
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

Steps to reproduce

Install cutom webapp, and then change php engine from 7.4 to 8.2

Expected behavior

fastcgi_pass unix:/var/run/php/php8.2-fpm-my_webapp.sock

Logs

nginx error log:
connect() to unix:/var/run/php/php8.2-fpm-my_webapp.sock failed (2: No such file or directory) while connecting to upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant