From 76476e876c9a860d4b8411c02fefb4e31e3801d6 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 6 Jul 2021 14:20:07 -0400 Subject: [PATCH] small config changes --- Nginx/Server Blocks/directory.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/directory.libraryofcode.org.conf b/Nginx/Server Blocks/directory.libraryofcode.org.conf index 6ee19da..1de7d2b 100644 --- a/Nginx/Server Blocks/directory.libraryofcode.org.conf +++ b/Nginx/Server Blocks/directory.libraryofcode.org.conf @@ -6,6 +6,6 @@ server { ssl_certificate /etc/nginx/ssl/org.chain.crt; ssl_certificate_key /etc/nginx/ssl/org.key.pem; - root /var/www/int; + root /var/www/staff-directory; index index.html; }