From 5554675d03751a5df13c130e0cf82777ccdcac66 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 25 Mar 2020 16:48:44 +1000 Subject: [PATCH] Update sample Nginx config to point to PHP 7.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973a234b..4a7e25f6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Once Shlink is configured, you need to expose it to the web, either by using a t location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; - 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.conf; }