From 545b9e75016eb43b63f82525cc7d402dc1a12350 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 14 Feb 2022 18:46:54 -0500 Subject: [PATCH] fixes --- Nginx/Server Blocks/sis.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/sis.libraryofcode.org.conf b/Nginx/Server Blocks/sis.libraryofcode.org.conf index 432eb92..9a71286 100644 --- a/Nginx/Server Blocks/sis.libraryofcode.org.conf +++ b/Nginx/Server Blocks/sis.libraryofcode.org.conf @@ -17,7 +17,7 @@ server { location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_index index.php; - fastcgi_pass unix:/run/php/php7.4.sock; + fastcgi_pass unix:/run/php/php7.4-fpm.sock; include fastcgi_params; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;