aboutsummaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2020-08-31 06:48:58 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2020-08-31 06:51:12 +0000
commit64145df004062d508a236cb3f76a5b109171c430 (patch)
treeb0ab1dd0a627cb470309ed81dd841427d4242e45 /automated
parentae98dd7a8c43e233e7acf9dbab2c31d1657d339b (diff)
fix lemp test on debian
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'automated')
-rw-r--r--automated/linux/lemp/debian-nginx.conf2
-rwxr-xr-xautomated/linux/lemp/lemp.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/lemp/debian-nginx.conf b/automated/linux/lemp/debian-nginx.conf
index 0826a65..c4023e9 100644
--- a/automated/linux/lemp/debian-nginx.conf
+++ b/automated/linux/lemp/debian-nginx.conf
@@ -12,6 +12,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
- fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
}
}
diff --git a/automated/linux/lemp/lemp.sh b/automated/linux/lemp/lemp.sh
index 2c1ece8..1b3465b 100755
--- a/automated/linux/lemp/lemp.sh
+++ b/automated/linux/lemp/lemp.sh
@@ -28,7 +28,7 @@ case "${dist}" in
cp ./debian-nginx.conf /etc/nginx/sites-available/default
systemctl restart nginx
systemctl restart mysql
- systemctl restart php7.0-fpm
+ systemctl restart php7.4-fpm
;;
centos)
# x86_64 nginx package can be installed from epel repo. However, epel