From 4670c87c4f3951372a32618e00675b02f82d5d7d Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 14 Feb 2022 18:40:17 -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 88e3308..1f2a2e2 100644 --- a/Nginx/Server Blocks/sis.libraryofcode.org.conf +++ b/Nginx/Server Blocks/sis.libraryofcode.org.conf @@ -16,7 +16,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; - fastcgi_pass unix:/run/php/php7.0-fpm.sock; + fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_param HTACCESS on; proxy_read_timeout 800; }