1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

update to php 7.4

This commit is contained in:
Mickael-Martin 2020-12-22 13:41:16 +01:00
parent eac5ddf585
commit 09fc6c4ac1

View file

@ -18,7 +18,7 @@ location __PATH__/ {
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm-__NAME__.sock;
fastcgi_index index.php;
include fastcgi_params;