From ee0f30a1c5a9f245ff1f8f60868f1d3383928f1b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 1 Sep 2022 20:30:13 -0400 Subject: [PATCH] change wp php from 7.4 to 7.3 --- Nginx/Server Blocks/libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index c0504f0..224d629 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -17,7 +17,7 @@ server { #NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini include fastcgi_params; fastcgi_intercept_errors on; - fastcgi_pass unix:/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/run/php/php7.3-fpm.sock; #The following parameter can be also included in fastcgi_params file fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; }