From 7af906e4be3de1ffe3fb21822d31db6fb1f34176 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 11 Dec 2021 19:02:50 -0500 Subject: [PATCH] fixes or whatevs --- Nginx/Server Blocks/edu.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/edu.libraryofcode.org.conf b/Nginx/Server Blocks/edu.libraryofcode.org.conf index 7d80d52..73d9162 100644 --- a/Nginx/Server Blocks/edu.libraryofcode.org.conf +++ b/Nginx/Server Blocks/edu.libraryofcode.org.conf @@ -13,7 +13,7 @@ server { location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_index index.php; - fastcgi_pass /run/php/php8.0-fpm_moodle.sock; + fastcgi_pass unix:/run/php/php8.0-fpm_moodle.sock; include fastcgi_params; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;