You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: