From c1cfc1ea96dbdb46ddc897146f485f772a6fa387 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 12 Dec 2021 18:17:51 -0500 Subject: [PATCH] changes to nginx conf --- 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 3f335b7..1bb2c6b 100644 --- a/Nginx/Server Blocks/edu.libraryofcode.org.conf +++ b/Nginx/Server Blocks/edu.libraryofcode.org.conf @@ -25,7 +25,7 @@ server { location /dataroot/ { internal; - alias /opt/moodledata/; # ensure the path ends with / + alias /var/opt/moodledata/; # ensure the path ends with / } # Hide all dot files but allow "Well-Known URIs" as per RFC 5785