mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
Updated php-fpm socket path to match 7.4
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
1288c9fed3
commit
624cca58e6
@ -28,7 +28,7 @@ server {
|
||||
return 404;
|
||||
}
|
||||
|
||||
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user