Nginx's fastcgi_pass config doesn't match php-fpm's listen socket

Bug #1834593 reported by Olaf Dietsche
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nginx
New
Undecided
Unassigned

Bug Description

At least since bionic up to disco, the default configurations of nginx-light and php-fpm don't match.

Nginx has

    fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;

and php-fpm configured

    listen = /run/php/php7.2-fpm.sock

These should either both be 7.2, or don't have a version at all.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.